commit | 1a24a9da3cfbacf8802ffd0b79f5494d30278007 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Wed Jun 27 00:52:47 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Wed Jun 27 00:52:47 2012 +0300 |
tree | 4162c6176a54085aa9d9f63417707975e611937d | |
parent | ffe7938b8d6dfdbdac8a34008dbbb15d31de6080 [diff] [blame] |
Fix issue #427
diff --git a/system/libraries/Form_validation.php b/system/libraries/Form_validation.php index 484e306..0d9c65f 100644 --- a/system/libraries/Form_validation.php +++ b/system/libraries/Form_validation.php
@@ -1360,7 +1360,7 @@ */ public function strip_image_tags($str) { - return $this->CI->input->strip_image_tags($str); + return $this->CI->security->strip_image_tags($str); } // --------------------------------------------------------------------