summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 038113e)
raw | patch | inline | side by side (parent: 038113e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 18 Nov 2010 14:15:23 +0000 (14:15 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/groupware/personal/groupware/class_Groupware.inc b/gosa-plugins/groupware/personal/groupware/class_Groupware.inc
index fc3a8b7fcc5eedd4e70871c13ca8d375f8b948fb..44e07d0f97d2fd0485e9cfa0d12cbaef8c65a9bd 100644 (file)
if($this->mailFolder === NULL){
$this->mailFolder = array();
if($this->initially_was_account){
- $this->mailFolder = $this->GroupwareDao->getListOfMailFolders();
+ $this->mailFolder = $this->groupwareDao->getListOfMailFolders();
}
}