From 6c437566d8230b89778d8b4a619217432849110d Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 28 May 2009 15:30:33 +0200 Subject: [PATCH] Fix undefined variable. --- imp/lib/Imap/Flags.php | 1 + 1 file changed, 1 insertion(+) 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')) { -- 2.11.0