1
0
mirror of synced 2025-01-18 22:41:43 +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