commit | 0df831d31f00d1b00b17a452dec04a17aaeb825f | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Wed Feb 29 07:52:42 2012 -0800 |
committer | Andrey Andreev <narf@bofh.bg> | Wed Feb 29 07:52:42 2012 -0800 |
tree | ac8063cdba83eaf73f5ecc93f07c3acfe43676fd | |
parent | a5a2cfef881f4cb70729b854e2e86932f28c43f6 [diff] | |
parent | 3d47d08f87712e3d13771984c5d3c6af3026ef1b [diff] |
Merge pull request #1093 from IT-Can/upload-double-slash-fix Removed double slash in upload library
diff --git a/system/libraries/Upload.php b/system/libraries/Upload.php index 82383f6..0b85323 100644 --- a/system/libraries/Upload.php +++ b/system/libraries/Upload.php
@@ -960,7 +960,7 @@ } elseif (is_file(APPPATH.'config/mimes.php')) { - include(APPPATH.'config//mimes.php'); + include(APPPATH.'config/mimes.php'); } else {