From: hickert Date: Tue, 2 Nov 2010 13:58:30 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a8e114fd3cdd6d1b12a559aa9699b33ffe8fb33c;p=gosa.git Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20174 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/groupware/personal/groupware/class_Groupware.inc b/gosa-plugins/groupware/personal/groupware/class_Groupware.inc index 1b7440164..674bf23dd 100644 --- a/gosa-plugins/groupware/personal/groupware/class_Groupware.inc +++ b/gosa-plugins/groupware/personal/groupware/class_Groupware.inc @@ -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!");