From a8e114fd3cdd6d1b12a559aa9699b33ffe8fb33c Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 2 Nov 2010 13:58:30 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20174 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/groupware/personal/groupware/class_Groupware.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!"); -- 2.30.2