From: Cash Costello Date: Wed, 7 Dec 2011 12:53:15 +0000 (-0500) Subject: fixed profile editing routing for profile plugin X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=57e3793a560b9b376b037d5bfe3f1aafaa90c78d;p=lorea%2Felgg.git fixed profile editing routing for profile plugin --- 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