From: Jan Schneider Date: Thu, 28 May 2009 13:30:33 +0000 (+0200) Subject: Fix undefined variable. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6c437566d8230b89778d8b4a619217432849110d;p=horde.git Fix undefined variable. --- diff --git a/imp/lib/Imap/Flags.php b/imp/lib/Imap/Flags.php index 21b710c2f..0785beb86 100644 --- 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')) {