Changed use of active to status
This commit is contained in:
@@ -20,7 +20,7 @@ class Valid extends Kohana_Valid {
|
||||
* @return boolean
|
||||
*/
|
||||
public static function matches_ifset($array, $field, $match)
|
||||
{
|
||||
{
|
||||
return isset($array[$match]) ? ($array[$field] === $array[$match]) : TRUE;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user