projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbd8b1f
)
Fix typo
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 7 Sep 2010 08:05:54 +0000
(
02:05
-0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 7 Sep 2010 08:05:54 +0000
(
02:05
-0600)
imp/lib/Prefs/Ui.php
patch
|
blob
|
history
diff --git
a/imp/lib/Prefs/Ui.php
b/imp/lib/Prefs/Ui.php
index
310de5c
..
7d3a44f
100644
(file)
--- a/
imp/lib/Prefs/Ui.php
+++ b/
imp/lib/Prefs/Ui.php
@@
-1279,7
+1279,7
@@
class IMP_Prefs_Ui
'filter' => array('INBOX'),
'new_folder' => true
)));
- $t->set('special_use', $this->_getSpecialUse(IMP_Folder::$specialUse['sent
mail
']));
+ $t->set('special_use', $this->_getSpecialUse(IMP_Folder::$specialUse['sent']));
return $t->fetch(IMP_TEMPLATES . '/prefs/sentmail.html');
}