Commit a6a5192f authored by adamthehutt's avatar adamthehutt

fixed typo

parent 072008b6
......@@ -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;
}
}
\ No newline at end of file
}
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