Commit 5cbc3fc8 authored by zYne's avatar zYne

--no commit message

--no commit message
parent bfcfa9f2
......@@ -161,7 +161,7 @@ class Doctrine_Query extends Doctrine_Hydrate implements Countable {
$q = "SELECT COUNT(DISTINCT ".$table->getTableName().'.'.$table->getIdentifier().") FROM ".$table->getTableName()." ";
foreach($join as $j) {
$q .= implode(" ",$j);
$q .= ' '.implode(" ",$j);
}
$string = $this->applyInheritance();
......
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