diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-04-03 19:44:48 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-04-03 19:44:48 +0200 |
commit | d753afc264692483ef62dd702eeb26ae5192831b (patch) | |
tree | 3bb0dac7830908320d1e369fc67c5233916f923a | |
parent | 9af22211f3ce926734fc017e98763665da298eab (diff) |
Another form_validation fix
-rw-r--r-- | system/libraries/Form_validation.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/libraries/Form_validation.php b/system/libraries/Form_validation.php index 3c9285294..22bc7ddf3 100644 --- a/system/libraries/Form_validation.php +++ b/system/libraries/Form_validation.php @@ -649,8 +649,6 @@ class CI_Form_validation { log_message('debug', 'Unable to find validation rule: '.$rule); $result = FALSE; } - - continue; } else { |