summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f5b5bbb)
raw | patch | inline | side by side (parent: f5b5bbb)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 2 Nov 2010 13:58:30 +0000 (13:58 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/groupware/personal/groupware/class_Groupware.inc b/gosa-plugins/groupware/personal/groupware/class_Groupware.inc
index 1b7440164febff313bf700e236d86be8d67735fa..674bf23dd15a25fc23fc585532ab668bde871337 100644 (file)
}
}
- 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!");