Commit e990c9e4 authored by zYne's avatar zYne

--no commit message

--no commit message
parent c39c7518
...@@ -341,7 +341,9 @@ class Doctrine_Query extends Doctrine_Hydrate implements Countable { ...@@ -341,7 +341,9 @@ class Doctrine_Query extends Doctrine_Hydrate implements Countable {
$e = explode('.', $arg); $e = explode('.', $arg);
if(count($e) > 1) { if (is_numeric($arg)) {
$arglist[] = $arg;
} elseif (count($e) > 1) {
//$tableAlias = $this->getTableAlias($e[0]); //$tableAlias = $this->getTableAlias($e[0]);
$table = $this->tables[$tableAlias]; $table = $this->tables[$tableAlias];
......
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