Browse Source

FixingFixing homepage loading see BT#6527

Julio Montoya 11 years ago
parent
commit
bef22f7a27
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/inc/lib/page.lib.php

+ 1 - 1
main/inc/lib/page.lib.php

@@ -402,7 +402,7 @@ class PageController
     {
         // Including the page for the news
         $html          = null;
-        $home          = api_get_path(SYS_PATH).api_get_home_path();
+        $home          = api_get_path(SYS_DATA_PATH).api_get_home_path();
         $home_top_temp = null;
 
         if (!empty($_GET['include']) && preg_match('/^[a-zA-Z0-9_-]*\.html$/', $_GET['include'])) {