fixed typo
This commit is contained in:
parent
072008b65d
commit
a6a5192f47
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue