diff options
author | cash <cash.costello@gmail.com> | 2011-12-08 18:24:29 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-12-08 18:24:29 -0500 |
commit | c6f8f70f0fd86edf35f6efdef08ff44cb0429778 (patch) | |
tree | ae97b0d2a4577c21f169f46735742dcb59fed569 /mod/profile/start.php | |
parent | 19a8af878b74dd9e840fb45c1be4c3a61e93cd64 (diff) | |
parent | 57e3793a560b9b376b037d5bfe3f1aafaa90c78d (diff) | |
download | elgg-c6f8f70f0fd86edf35f6efdef08ff44cb0429778.tar.gz elgg-c6f8f70f0fd86edf35f6efdef08ff44cb0429778.tar.bz2 |
Merge branch '1.8'
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 |