Code

Removed wrong parameter for size checks
[gosa.git] / plugins / personal / mail / class_mailAccount.inc
index 067cfdbb9f9048ebb3e1f6947771cbad62d8fcba..e19c3a0691f79e0243d22bd4e3d50afbd240af83 100644 (file)
@@ -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);