Fixed coding to match standards from previous releases
diff --git a/system/helpers/file_helper.php b/system/helpers/file_helper.php
index fb074e0..f4b48b4 100644
--- a/system/helpers/file_helper.php
+++ b/system/helpers/file_helper.php
@@ -354,13 +354,13 @@
{
if (file_exists(APPPATH.'config/'.ENVIRONMENT.'/mimes'.EXT))
{
- @include(APPPATH.'config/'.ENVIRONMENT.'/mimes'.EXT);
+ include(APPPATH.'config/'.ENVIRONMENT.'/mimes'.EXT);
}
else
{
@include(APPPATH.'config/mimes'.EXT);
}
-
+
if ( ! is_array($mimes))
{
return FALSE;