diff options
Diffstat (limited to 'mod/file/start.php')
-rw-r--r-- | mod/file/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/file/start.php b/mod/file/start.php index e8e70e6cd..ede4c4def 100644 --- a/mod/file/start.php +++ b/mod/file/start.php @@ -105,7 +105,7 @@ switch($page[1]) { case "read": set_input('guid',$page[2]); - include(dirname(dirname(dirname(__FILE__))) . "/entities/index.php"); + include(dirname(dirname(dirname(__FILE__))) . "/pages/entities/index.php"); break; case "friends": include($CONFIG->pluginspath . "file/friends.php"); |