From 839dcba98a17b6d8b3fb63aec7744eda373ec5ff Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 30 Sep 2010 23:13:21 +0000 Subject: Refs #2344 - moves entities directory to pages directory git-svn-id: http://code.elgg.org/elgg/trunk@6988 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/entities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/entities.php') 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"); } } -- cgit v1.2.3