aboutsummaryrefslogtreecommitdiff
path: root/engine/lib
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib')
-rw-r--r--engine/lib/entities.php2
1 files changed, 1 insertions, 1 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");
}
}