summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorvlakoff <vlakoff@gmail.com>2013-03-29 16:21:17 +0100
committervlakoff <vlakoff@gmail.com>2013-03-29 16:21:17 +0100
commit4052c73289803cabb7856620a88ca97bcc7d5ee0 (patch)
tree608fda5275f2cf28c2b01d741ee8817535f0b66c /index.php
parentcf58d7ec6ad81f6e67192ed04e816805942aa4f9 (diff)
index.php: minor improvement in VIEWPATH definition code
Diffstat (limited to 'index.php')
-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
{