Code

Removed wrong parameter for size checks
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 25 May 2005 13:50:20 +0000 (13:50 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 25 May 2005 13:50:20 +0000 (13:50 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@457 594d385d-05f5-0310-b6e9-bd551577e9d8

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);