fixing typo
This commit is contained in:
parent
319b645daa
commit
db4634557f
@ -199,7 +199,7 @@ class Doctrine_Query extends Doctrine_Hydrate implements Countable {
|
|||||||
|
|
||||||
$q = 'SELECT COUNT(DISTINCT ' . $this->getShortAlias($table->getTableName())
|
$q = 'SELECT COUNT(DISTINCT ' . $this->getShortAlias($table->getTableName())
|
||||||
. '.' . $table->getIdentifier()
|
. '.' . $table->getIdentifier()
|
||||||
. ') FROM ' . $table->getTableName() . ' ' . $this->getShortAlias($table->getTableName);
|
. ') FROM ' . $table->getTableName() . ' ' . $this->getShortAlias($table->getTableName());
|
||||||
|
|
||||||
foreach($join as $j) {
|
foreach($join as $j) {
|
||||||
$q .= ' '.implode(' ',$j);
|
$q .= ' '.implode(' ',$j);
|
||||||
|
Loading…
Reference in New Issue
Block a user