diff options
Diffstat (limited to 'mod/profile')
-rw-r--r-- | mod/profile/edit.php | 2 |
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);
|