closes #168
This commit is contained in:
parent
47d8bd2437
commit
a04f118593
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue