diff options
Diffstat (limited to 'mod/profile')
-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 2c4a5c84c..2a12bce48 100644 --- a/mod/profile/start.php +++ b/mod/profile/start.php @@ -69,7 +69,7 @@ function profile_page_handler($page) { // main profile page $params = array( - 'box' => elgg_view('profile/wrapper'), + 'content' => elgg_view('profile/wrapper'), 'num_columns' => 3, ); $content = elgg_view_layout('widgets', $params); |