summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorAhmedul Haque Abid <a_h_abid@hotmail.com>2014-01-09 11:03:43 +0100
committerAhmedul Haque Abid <a_h_abid@hotmail.com>2014-01-09 11:03:43 +0100
commitd8a3716f2055cabfcdebd0dcbc96b0783785df32 (patch)
treed5819cb429f2d8091b238749a536eb3c9a015385 /system
parentea29488b99f28b32887f0cb1e939c5f34e418d0d (diff)
Added space after 'if' condition
Diffstat (limited to 'system')
-rw-r--r--system/libraries/Form_validation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Form_validation.php b/system/libraries/Form_validation.php
index c410e4228..5be2b5e9d 100644
--- a/system/libraries/Form_validation.php
+++ b/system/libraries/Form_validation.php
@@ -758,7 +758,7 @@ class CI_Form_validation {
if ($result === FALSE)
{
// Check if a custom message defined
- if(isset($this->_field_data[$row['field']]['errors'][$rule]))
+ if (isset($this->_field_data[$row['field']]['errors'][$rule]))
{
$line = $this->_field_data[$row['field']]['errors'][$rule];
}