closes #168
This commit is contained in:
parent
47d8bd2437
commit
a04f118593
@ -755,9 +755,11 @@ class Doctrine_Table extends Doctrine_Configurable implements Countable {
|
||||
|
||||
if($this->data === false)
|
||||
return false;
|
||||
}
|
||||
|
||||
return $this->getRecord();
|
||||
}
|
||||
return false;
|
||||
}
|
||||
/**
|
||||
* applyInheritance
|
||||
* @param $where query where part to be modified
|
||||
|
Loading…
x
Reference in New Issue
Block a user