diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-12-07 07:53:15 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-12-07 07:53:15 -0500 |
commit | 57e3793a560b9b376b037d5bfe3f1aafaa90c78d (patch) | |
tree | a2e8e092cf221d8d5bf766734aea6d2b869c3eaf /mod/profile/start.php | |
parent | f495e126face142bb1d09eb3fcd20ecddd050c64 (diff) | |
download | elgg-57e3793a560b9b376b037d5bfe3f1aafaa90c78d.tar.gz elgg-57e3793a560b9b376b037d5bfe3f1aafaa90c78d.tar.bz2 |
fixed profile editing routing for profile plugin
Diffstat (limited to 'mod/profile/start.php')
-rw-r--r-- | mod/profile/start.php | 2 |
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 |