commit | 30841679f57da9de8053c8291a665043f8f92c03 | [log] [tgz] |
---|---|---|
author | Derek Jones <derek.jones@ellislab.com> | Mon Apr 26 09:09:21 2010 -0500 |
committer | Derek Jones <derek.jones@ellislab.com> | Mon Apr 26 09:09:21 2010 -0500 |
tree | c3bbd7b9a08a43eca1d3c715f5714b33ab7c6e61 | |
parent | 78a1cf24831e067aae04531718a167e8ec144fda [diff] [blame] |
fixed errant syntax in changeset 53ace78c4b45, fixes #37
diff --git a/system/libraries/Upload.php b/system/libraries/Upload.php index d7cf236..b3c625e 100644 --- a/system/libraries/Upload.php +++ b/system/libraries/Upload.php
@@ -855,7 +855,7 @@ $CI =& get_instance(); - if ( ! is_object($CI->security)) + if ( ! isset($CI->security)) { $CI->load('security'); }