summaryrefslogtreecommitdiffstats
path: root/system/helpers/path_helper.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/helpers/path_helper.php')
-rw-r--r--system/helpers/path_helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/path_helper.php b/system/helpers/path_helper.php
index ae1f0bf33..15e7968b9 100644
--- a/system/helpers/path_helper.php
+++ b/system/helpers/path_helper.php
@@ -56,7 +56,7 @@ if ( ! function_exists('set_realpath'))
}
// Resolve the path
- if (@realpath($path) !== FALSE)
+ if (realpath($path) !== FALSE)
{
$path = realpath($path);
}