summaryrefslogtreecommitdiff
path: root/actions/profilesettings.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-11 14:36:34 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-11 14:36:34 -0400
commitd0f8fd20fb9e50aad9568a458934b52a9439228c (patch)
treead95b104b0e8dfb64b7b91dfef28f7fac8d04afb /actions/profilesettings.php
parentf4ed6059980afdaede47e33307c6432e83aea484 (diff)
push notice form and sub-menu into header div
darcs-hash:20080611183634-84dde-97119e7ef1abb01f6ce8723955dc5d6e06e644a8.gz
Diffstat (limited to 'actions/profilesettings.php')
-rw-r--r--actions/profilesettings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/profilesettings.php b/actions/profilesettings.php
index e94d846bd..755c293c7 100644
--- a/actions/profilesettings.php
+++ b/actions/profilesettings.php
@@ -26,8 +26,8 @@ class ProfilesettingsAction extends SettingsAction {
function show_form($msg=NULL, $success=false) {
$user = common_current_user();
$profile = $user->getProfile();
- common_show_header(_t('Profile settings'));
- $this->settings_menu();
+ common_show_header(_t('Profile settings'), NULL, NULL, array($this, 'settings_menu'));
+
if ($msg) {
$this->message($msg, $success);
} else {