fixed typo
This commit is contained in:
parent
072008b65d
commit
a6a5192f47
@ -36,8 +36,8 @@ class Doctrine_Validator_Readonly
|
||||
*/
|
||||
public function validate($value)
|
||||
{
|
||||
$modified = $this->invoker->getModifed();
|
||||
$modified = $this->invoker->getModified();
|
||||
|
||||
return array_key_exists($this->field, $modified) ? false : true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user