Commit d81a4245 authored by zYne's avatar zYne

Fixed typo

parent b0f05370
......@@ -258,7 +258,7 @@ class Doctrine_Validator_Country {
* @return boolean
*/
public function validate(Doctrine_Record $record, $key, $value, $args) {
$value = srttolower($value);
$value = strtolower($value);
return isset(self::$countries[$value]);
}
......
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