From df837238a15ca73c9640cdb4d1b3acff2ab13cbe Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 18 Nov 2010 10:07:32 -0700 Subject: [PATCH] Bug #9396: Fix variable name --- imp/mailbox.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/mailbox.php b/imp/mailbox.php index 9b3ccd8a4..c99e19156 100644 --- a/imp/mailbox.php +++ b/imp/mailbox.php @@ -545,7 +545,7 @@ if ($pageOb['msgcount']) { 'v' => Horde::widget($mailbox_link->copy()->add(array('actionID' => 'hide_deleted', 'mailbox_token' => $mailbox_token)), $deleted_prompt, 'widget hideAction', '', '', $deleted_prompt) ); } - $mboxacrtions[] = array( + $mboxactions[] = array( 'v' => Horde::widget($mailbox_link->copy()->add(array('actionID' => 'expunge_mailbox', 'mailbox_token' => $mailbox_token)), _("Purge Deleted"), 'widget purgeAction', '', '', _("Pur_ge Deleted")) ); } -- 2.11.0