commit | 247f02925e04a8a45f2e6e9acbf72ccd6848fd32 | [log] [tgz] |
---|---|---|
author | Derek Jones <derek.jones@ellislab.com> | Mon Apr 26 09:10:21 2010 -0500 |
committer | Derek Jones <derek.jones@ellislab.com> | Mon Apr 26 09:10:21 2010 -0500 |
tree | e255ca9e7458bb17cfe28be3723ec40813b3ebce | |
parent | 30841679f57da9de8053c8291a665043f8f92c03 [diff] [blame] |
fixed errant syntax in changeset 53ace78c4b45, fixes #37
diff --git a/system/libraries/Upload.php b/system/libraries/Upload.php index b3c625e..7a5eef0 100644 --- a/system/libraries/Upload.php +++ b/system/libraries/Upload.php
@@ -857,7 +857,7 @@ if ( ! isset($CI->security)) { - $CI->load('security'); + $CI->load->library('security'); } return $CI->security->xss_clean($data, TRUE);