diff options
Diffstat (limited to '')
-rw-r--r-- | include/section_init.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/section_init.inc.php b/include/section_init.inc.php index fa51fa7fc..3ddfafa32 100644 --- a/include/section_init.inc.php +++ b/include/section_init.inc.php @@ -69,7 +69,7 @@ else if ( strncmp($page['root_path'], './', 2) == 0 ) { - $page['root_path'] = substr($page['root_path'], 2); + $page['root_path'] = substr($page['root_path'], 2); } // deleting first "/" if displayed |