Commit a04f1185 authored by pookey's avatar pookey

closes #168

parent 47d8bd24
......@@ -755,8 +755,10 @@ class Doctrine_Table extends Doctrine_Configurable implements Countable {
if($this->data === false)
return false;
return $this->getRecord();
}
return $this->getRecord();
return false;
}
/**
* 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