From: cajus Date: Fri, 20 May 2005 15:35:47 +0000 (+0000) Subject: Removed bug that causes the removal of kolabInvitationPolicies when flipping tabs X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4dd1d69c4a560b7341032be02b39c054a04d46c6;p=gosa.git Removed bug that causes the removal of kolabInvitationPolicies when flipping tabs git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@301 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/connectivity/class_kolabAccount.inc b/plugins/personal/connectivity/class_kolabAccount.inc index 705e25c00..c8b9b5537 100644 --- a/plugins/personal/connectivity/class_kolabAccount.inc +++ b/plugins/personal/connectivity/class_kolabAccount.inc @@ -289,6 +289,11 @@ class kolabAccount extends plugin $nr++; } + /* If this one is empty, preset with ACT_MANUAL for anonymous users */ + if (count ($this->kolabInvitationPolicy) == 0){ + $this->kolabInvitationPolicy= array("ACT_MANUAL"); + } + }