1
0
Fork 0
mirror of synced 2025-03-29 19:29:53 +03:00
This commit is contained in:
pookey 2006-10-15 19:19:20 +00:00
parent 47d8bd2437
commit a04f118593

View file

@ -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