1
0
mirror of synced 2025-01-18 06:21:40 +03:00
This commit is contained in:
zYne 2007-06-28 19:40:33 +00:00
parent 72f9c2b324
commit 2d2e01a783

View File

@ -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) {