Bug #9396: Fix variable name
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 18 Nov 2010 17:07:32 +0000 (10:07 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 18 Nov 2010 17:07:32 +0000 (10:07 -0700)
imp/mailbox.php

index 9b3ccd8..c99e191 100644 (file)
@@ -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"))
         );
     }