Skip to content

Commit

Permalink
Another form_validation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
narfbg committed Apr 3, 2012
1 parent 9af2221 commit d753afc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions system/libraries/Form_validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -649,8 +649,6 @@ protected function _execute($row, $rules, $postdata = NULL, $cycles = 0)
log_message('debug', 'Unable to find validation rule: '.$rule);
$result = FALSE;
}

continue;
}
else
{
Expand Down

0 comments on commit d753afc

Please sign in to comment.