Code

Fixed type
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 18 Nov 2010 14:15:23 +0000 (14:15 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 18 Nov 2010 14:15:23 +0000 (14:15 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20273 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/groupware/personal/groupware/class_Groupware.inc

index fc3a8b7fcc5eedd4e70871c13ca8d375f8b948fb..44e07d0f97d2fd0485e9cfa0d12cbaef8c65a9bd 100644 (file)
@@ -333,7 +333,7 @@ class Groupware extends plugin
             if($this->mailFolder === NULL){
                 $this->mailFolder = array();
                 if($this->initially_was_account){
-                    $this->mailFolder = $this->GroupwareDao->getListOfMailFolders();
+                    $this->mailFolder = $this->groupwareDao->getListOfMailFolders();
                 }
             }