closes #168
This commit is contained in:
parent
47d8bd2437
commit
a04f118593
@ -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…
x
Reference in New Issue
Block a user