From d753afc264692483ef62dd702eeb26ae5192831b Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Tue, 3 Apr 2012 20:44:48 +0300 Subject: Another form_validation fix --- system/libraries/Form_validation.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'system/libraries') 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 { -- cgit v1.2.3-24-g4f1b