From: cajus Date: Wed, 25 May 2005 13:50:20 +0000 (+0000) Subject: Removed wrong parameter for size checks X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5abc9bb7e431f4dd914a64626228ff4e54ea31d4;hp=71f60b45b1303369dfbb0156898fcca427eb524b;p=gosa.git Removed wrong parameter for size checks git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@457 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/mail/class_mailAccount.inc b/plugins/personal/mail/class_mailAccount.inc index 067cfdbb9..e19c3a069 100644 --- a/plugins/personal/mail/class_mailAccount.inc +++ b/plugins/personal/mail/class_mailAccount.inc @@ -507,7 +507,7 @@ class mailAccount extends plugin $smarty->assign("SELECT_gosaMailAlternateAddress",false); } - if(count($this->spambox)){ + if(count($this->mailboxList)){ $smarty->assign("SELECT_spambox",true); } else { $smarty->assign("SELECT_spambox",false);