commit | a66574398c9ba225a088282b608fa490c0db8d2c | [log] [tgz] |
---|---|---|
author | Derek Allard <derek.allard@ellislab.com> | Sat Jan 26 15:26:33 2008 +0000 |
committer | Derek Allard <derek.allard@ellislab.com> | Sat Jan 26 15:26:33 2008 +0000 |
tree | a9a9f36cd6e09e2965a10b4f2de7077b73714201 | |
parent | 065a0cef3081baa7d8f13b6918ecec1d086a60f3 [diff] |
Added a stripslashes() into the Upload Library.
diff --git a/system/libraries/Upload.php b/system/libraries/Upload.php index 6511c68..39f1ed5 100644 --- a/system/libraries/Upload.php +++ b/system/libraries/Upload.php
@@ -711,7 +711,7 @@ $filename = str_replace($val, '', $filename); } - return $filename; + return stripslashes($filename); } // --------------------------------------------------------------------