From 57e3793a560b9b376b037d5bfe3f1aafaa90c78d Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Wed, 7 Dec 2011 07:53:15 -0500 Subject: fixed profile editing routing for profile plugin --- mod/profile/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/profile/start.php') 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 -- cgit v1.2.3