aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/start.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-09 11:59:41 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-09 11:59:41 +0000
commit22b5a8e6601b342e52eaad3a4dbfbee583047f68 (patch)
treebd72eb0686dd4fa9ee298cc0694af65ad4431679 /mod/profile/start.php
parent31db19e91841abc92ca1180d52e9f5f5b3a527be (diff)
downloadelgg-22b5a8e6601b342e52eaad3a4dbfbee583047f68.tar.gz
elgg-22b5a8e6601b342e52eaad3a4dbfbee583047f68.tar.bz2
Fixed canvas layout for profile edit views
git-svn-id: http://code.elgg.org/elgg/trunk@5321 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/start.php')
-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 8a78be3d9..3ba2b3915 100644
--- a/mod/profile/start.php
+++ b/mod/profile/start.php
@@ -154,7 +154,7 @@ function profile_page_handler($page) {
}
$content = profile_get_user_edit_content($user, $page);
- $content = elgg_view_layout($layout, '', $content);
+ $content = elgg_view_layout($layout, $content);
break;
default: