This commit is contained in:
parent
72f9c2b324
commit
2d2e01a783
1 changed files with 3 additions and 0 deletions
|
@ -915,6 +915,9 @@ abstract class Doctrine_Record extends Doctrine_Record_Abstract implements Count
|
|||
if (isset($this->_id[$lower])) {
|
||||
return true;
|
||||
}
|
||||
if (isset($this->_values[$lower])) {
|
||||
return true;
|
||||
}
|
||||
if (isset($this->_references[$name]) &&
|
||||
$this->_references[$name] !== self::$_null) {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue