diff options
author | cash <cash.costello@gmail.com> | 2011-11-05 19:15:42 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-11-05 19:15:42 -0400 |
commit | 61d24f4b7b4fd4d5e960593a25a0d96b11891ff0 (patch) | |
tree | af0128a6f7a99aa92c807bcfad03341c08fd35a6 /pages | |
parent | eeade2d2716826b419c1ca67a62a102017c31b02 (diff) | |
download | elgg-61d24f4b7b4fd4d5e960593a25a0d96b11891ff0.tar.gz elgg-61d24f4b7b4fd4d5e960593a25a0d96b11891ff0.tar.bz2 |
Fixes #4024 fixed a lot of notices - enough for this release - found a few bugs
Diffstat (limited to 'pages')
-rw-r--r-- | pages/settings/account.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/settings/account.php b/pages/settings/account.php index e6a5da97b..1a57f89d8 100644 --- a/pages/settings/account.php +++ b/pages/settings/account.php @@ -16,7 +16,7 @@ if ((!elgg_get_page_owner_entity()) || (!elgg_get_page_owner_entity()->canEdit() $title = elgg_echo('usersettings:user'); -$content .= elgg_view('core/settings/account'); +$content = elgg_view('core/settings/account'); $params = array( 'content' => $content, |