commit | eb6db84333c40ed8d15dec5014564120ee0c60e6 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Sat Sep 02 02:39:45 2006 +0000 |
committer | admin <devnull@localhost> | Sat Sep 02 02:39:45 2006 +0000 |
tree | 550ed1822d36fa35469ad4d7cc60a116789b1213 | |
parent | 671dc754ef954eecf4c2e8301dde5b3aba6bfedc [diff] [blame] |
diff --git a/system/libraries/Validation.php b/system/libraries/Validation.php index e037e69..30faa85 100644 --- a/system/libraries/Validation.php +++ b/system/libraries/Validation.php
@@ -208,7 +208,7 @@ { if (in_array('isset', $ex) OR in_array('required', $ex)) { - if ( ! isset($this->messages['isset'])) + if ( ! isset($this->_error_messages['isset'])) { if (FALSE === ($line = $this->obj->lang->line('isset'))) {