summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index c6314da1f..cfb003eb8 100755
--- a/index.php
+++ b/index.php
@@ -255,7 +255,7 @@ switch (ENVIRONMENT)
if (($_temp = realpath($view_folder)) !== FALSE)
{
- $view_folder = realpath($view_folder).'/';
+ $view_folder = $_temp.'/';
}
else
{