From d0f8fd20fb9e50aad9568a458934b52a9439228c Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 11 Jun 2008 14:36:34 -0400 Subject: push notice form and sub-menu into header div darcs-hash:20080611183634-84dde-97119e7ef1abb01f6ce8723955dc5d6e06e644a8.gz --- actions/password.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'actions/password.php') diff --git a/actions/password.php b/actions/password.php index fe19f5f71..ee61c3e97 100644 --- a/actions/password.php +++ b/actions/password.php @@ -24,8 +24,7 @@ require_once(INSTALLDIR.'/lib/settingsaction.php'); class PasswordAction extends SettingsAction { function show_form($msg=NULL, $success=false) { - common_show_header(_t('Change password')); - $this->settings_menu(); + common_show_header(_t('Change password'), NULL, NULL, array($this, 'settings_menu')); if ($msg) { $this->message($msg, $success); } else { -- cgit v1.2.3-54-g00ecf