aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/edit.php
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-15 10:02:11 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-15 10:02:11 +0000
commitfccc5b915844675041e89cb367623cd9ee6904af (patch)
treec0a926608e920e294d5cdfa5c994e4d2840895e7 /mod/profile/edit.php
parent530be24eace00d7106767374327d9d459ab37029 (diff)
downloadelgg-fccc5b915844675041e89cb367623cd9ee6904af.tar.gz
elgg-fccc5b915844675041e89cb367623cd9ee6904af.tar.bz2
Refs #249
git-svn-id: https://code.elgg.org/elgg/trunk@1928 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/edit.php')
-rw-r--r--mod/profile/edit.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/profile/edit.php b/mod/profile/edit.php
index b4cdd42f6..720885b7c 100644
--- a/mod/profile/edit.php
+++ b/mod/profile/edit.php
@@ -36,6 +36,8 @@
$area2 = elgg_echo("profile:noaccess");
}
+
+ $area1 = "";
// get the required canvas area
$body = elgg_view_layout("two_column_left_sidebar", $area1, $area2);