projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a814ff
)
Bug #9396: Fix variable name
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 18 Nov 2010 17:07:32 +0000
(10:07 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 18 Nov 2010 17:07:32 +0000
(10:07 -0700)
imp/mailbox.php
patch
|
blob
|
history
diff --git
a/imp/mailbox.php
b/imp/mailbox.php
index
9b3ccd8
..
c99e191
100644
(file)
--- 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)
);
}
- $mboxac
r
tions[] = 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"))
);
}