commit | 1ccdb9a8e3a34153d3c9a1075b44e84dd39aa25c | [log] [tgz] |
---|---|---|
author | Mike Funk <mfunk@xulonpress.com> | Tue Feb 28 13:32:19 2012 -0500 |
committer | Mike Funk <mfunk@xulonpress.com> | Tue Feb 28 13:32:19 2012 -0500 |
tree | edeb1684c224223383ad30bb8dd0bcc9b2bbecc9 | |
parent | 840a89396dbd67b7be5539bf2e9ce94274795ad8 [diff] [blame] |
changed _config_delimiters() to protected.
diff --git a/system/libraries/Form_validation.php b/system/libraries/Form_validation.php index 93ec8b3..25ccb4c 100644 --- a/system/libraries/Form_validation.php +++ b/system/libraries/Form_validation.php
@@ -80,7 +80,7 @@ * * @return void */ - private function _config_delimiters() + protected function _config_delimiters() { if (isset($rules['error_prefix'])) {