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 /mod | |
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 'mod')
-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"); |