This commit is contained in:
parent
72f9c2b324
commit
2d2e01a783
@ -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…
x
Reference in New Issue
Block a user