mirror of
https://github.com/jbcr/core.git
synced 2026-04-27 02:28:08 +02:00
Fix printquery directive
This commit is contained in:
@@ -257,7 +257,7 @@ class SelectQuery implements ContentQueryInterface
|
||||
{
|
||||
$query = $this->build();
|
||||
|
||||
return $query->getSQL();
|
||||
return $query->getDQL();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user