commit | b57832690574b913c3224b4407427db00dfe7fed | [log] [tgz] |
---|---|---|
author | Michiel Vugteveen <michiel@it-can.nl> | Wed Feb 29 15:40:28 2012 +0100 |
committer | Michiel Vugteveen <michiel@it-can.nl> | Wed Feb 29 15:40:28 2012 +0100 |
tree | a237fe3cad4be6e808e869d75a077c64999732a1 | |
parent | a5a2cfef881f4cb70729b854e2e86932f28c43f6 [diff] [blame] |
removed double slash
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 {