Commit db463455 authored by pookey's avatar pookey

fixing typo

parent 319b645d
...@@ -199,7 +199,7 @@ class Doctrine_Query extends Doctrine_Hydrate implements Countable { ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment