From 89bf50f992b97772acb4028bbd7c9faf81899148 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Tue, 14 Aug 2007 02:39:04 +0000 Subject: fixed an extraneous ; --- system/libraries/Validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/libraries') diff --git a/system/libraries/Validation.php b/system/libraries/Validation.php index 6b6ec0c68..10773b213 100644 --- a/system/libraries/Validation.php +++ b/system/libraries/Validation.php @@ -317,7 +317,7 @@ class CI_Validation { } else { - $line = $this->_error_messages[$rule];; + $line = $this->_error_messages[$rule]; } // Build the error message -- cgit v1.2.3-24-g4f1b