aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engine/lib/entities.php2
-rw-r--r--mod/file/start.php2
-rw-r--r--pages/entities/index.php (renamed from entities/index.php)0
-rw-r--r--pages/entities/list.php (renamed from entities/list.php)0
4 files changed, 2 insertions, 2 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php
index ccd54a312..e35252619 100644
--- a/engine/lib/entities.php
+++ b/engine/lib/entities.php
@@ -2192,7 +2192,7 @@ function entities_page_handler($page) {
if (isset($page[0])) {
global $CONFIG;
set_input('guid',$page[0]);
- include($CONFIG->path . "entities/index.php");
+ include($CONFIG->path . "pages/entities/index.php");
}
}
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");
diff --git a/entities/index.php b/pages/entities/index.php
index 68018bfff..68018bfff 100644
--- a/entities/index.php
+++ b/pages/entities/index.php
diff --git a/entities/list.php b/pages/entities/list.php
index 280336cef..280336cef 100644
--- a/entities/list.php
+++ b/pages/entities/list.php