diff options
author | Andrey Andreev <narf@devilix.net> | 2015-03-13 10:24:30 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-03-13 10:24:30 +0100 |
commit | cc778886ef9cc0b03c8a622163f1e80eaac340d3 (patch) | |
tree | 7f04604ca9177b56ce76326511409f3d70ef4d96 /system | |
parent | 64d1d82e03ace010dcf03c509cf6b87e0da27ff4 (diff) |
Close #3663
Diffstat (limited to 'system')
-rw-r--r-- | system/libraries/Form_validation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Form_validation.php b/system/libraries/Form_validation.php index 9d1660258..05de59628 100644 --- a/system/libraries/Form_validation.php +++ b/system/libraries/Form_validation.php @@ -831,7 +831,7 @@ class CI_Form_validation { // DEPRECATED support for non-prefixed keys && FALSE === ($line = $this->CI->lang->line($rule, FALSE))) { - $line = $this->CI->lang->line('form_validation_error_message_not_set'); + $line = $this->CI->lang->line('form_validation_error_message_not_set').'('.$rule.')'; } } else |