projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
093f0da
)
Fix undefined variable.
author
Jan Schneider
<jan@horde.org>
Thu, 28 May 2009 13:30:33 +0000
(15:30 +0200)
committer
Jan Schneider
<jan@horde.org>
Thu, 28 May 2009 13:32:46 +0000
(15:32 +0200)
imp/lib/Imap/Flags.php
patch
|
blob
|
history
diff --git
a/imp/lib/Imap/Flags.php
b/imp/lib/Imap/Flags.php
index
21b710c
..
0785beb
100644
(file)
--- a/
imp/lib/Imap/Flags.php
+++ b/
imp/lib/Imap/Flags.php
@@
-85,6
+85,7
@@
class IMP_Imap_Flags
$ret = $this->_flags;
$avail_flags = array_keys($ret);
+ $types = array();
if (!empty($options['imap'])) {
$types = array('imapp', 'imapu');
if (!$GLOBALS['prefs']->getValue('msgflags_hidesys')) {