diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-09-30 23:13:21 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-09-30 23:13:21 +0000 |
commit | 839dcba98a17b6d8b3fb63aec7744eda373ec5ff (patch) | |
tree | 22d47dfddc4ac3a1879efaa9f12d40876448c79b /engine | |
parent | 760992d750e10977362a58a59ba91abc30acb3ca (diff) | |
download | elgg-839dcba98a17b6d8b3fb63aec7744eda373ec5ff.tar.gz elgg-839dcba98a17b6d8b3fb63aec7744eda373ec5ff.tar.bz2 |
Refs #2344 - moves entities directory to pages directory
git-svn-id: http://code.elgg.org/elgg/trunk@6988 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/entities.php | 2 |
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"); } } |