Upgrade to CodeIgniter 2.0.3
This commit is contained in:
@@ -628,6 +628,10 @@ class CI_Form_validation {
|
||||
$this->_field_data[$row['field']]['postdata'] = (is_bool($result)) ? $postdata : $result;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
log_message('debug', "Unable to find validation rule: ".$rule);
|
||||
}
|
||||
|
||||
continue;
|
||||
}
|
||||
@@ -1357,4 +1361,4 @@ class CI_Form_validation {
|
||||
// END Form Validation Class
|
||||
|
||||
/* End of file Form_validation.php */
|
||||
/* Location: ./system/libraries/Form_validation.php */
|
||||
/* Location: ./system/libraries/Form_validation.php */
|
||||
|
||||
Reference in New Issue
Block a user