1
0
mirror of synced 2025-01-17 22:11:41 +03:00

fixed typo

This commit is contained in:
adamthehutt 2008-02-28 22:18:45 +00:00
parent 072008b65d
commit a6a5192f47

View File

@ -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;
}
}
}