Code

Fixed typo
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 2 Nov 2010 13:58:30 +0000 (13:58 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 2 Nov 2010 13:58:30 +0000 (13:58 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20174 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index 1b7440164febff313bf700e236d86be8d67735fa..674bf23dd15a25fc23fc585532ab668bde871337 100644 (file)
@@ -859,7 +859,7 @@ class Groupware extends plugin
             }
         }
 
-        if($this->isFeatureEnabled("mailLocation") && $this->hasFeaturebeenChanged("mailLocation")){
+        if($this->isFeatureEnabled("mailLocations") && $this->hasFeaturebeenChanged("mailLocation")){
             $res = $this->groupwareDao->save("mailLocation", $this->uid, $this->mailLocation);
             if($res === NULL){
                 $message = _("Saving mail location failed!");