aboutsummaryrefslogtreecommitdiff
path: root/mod/profile
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-12-07 07:53:15 -0500
committerCash Costello <cash.costello@gmail.com>2011-12-07 07:53:15 -0500
commit57e3793a560b9b376b037d5bfe3f1aafaa90c78d (patch)
treea2e8e092cf221d8d5bf766734aea6d2b869c3eaf /mod/profile
parentf495e126face142bb1d09eb3fcd20ecddd050c64 (diff)
downloadelgg-57e3793a560b9b376b037d5bfe3f1aafaa90c78d.tar.gz
elgg-57e3793a560b9b376b037d5bfe3f1aafaa90c78d.tar.bz2
fixed profile editing routing for profile plugin
Diffstat (limited to 'mod/profile')
-rw-r--r--mod/profile/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile/start.php b/mod/profile/start.php
index adee838fc..abe044632 100644
--- a/mod/profile/start.php
+++ b/mod/profile/start.php
@@ -73,7 +73,7 @@ function profile_page_handler($page) {
// use the core profile edit page
$base_dir = elgg_get_root_path();
require "{$base_dir}pages/profile/edit.php";
- return;
+ return true;
}
// main profile page