Commit 2d2e01a7 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 72f9c2b3
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment