gunnar: server/php-kolab/Kolab_Filter issue3435.patch,NONE,1.1

cvs at kolab.org cvs at kolab.org
Thu Feb 26 14:44:02 CET 2009


Author: gunnar

Update of /kolabrepository/server/php-kolab/Kolab_Filter
In directory doto:/tmp/cvs-serv31451

Added Files:
	issue3435.patch 
Log Message:
Patch for kolab/issue3435 (Delivery of invitations fails with no kolabInvitationPolicy is in ldap)

--- NEW FILE: issue3435.patch ---
diff --git a/framework/Kolab_Filter/lib/Horde/Kolab/Resource.php b/framework/Kolab_Filter/lib/Horde/Kolab/Resource.php
index e8aa841..be907eb 100644
--- a/framework/Kolab_Filter/lib/Horde/Kolab/Resource.php
+++ b/framework/Kolab_Filter/lib/Horde/Kolab/Resource.php
@@ -98,6 +98,9 @@ class Kolab_Resource
             $actions->code = OUT_LOG | EX_UNAVAILABLE;
             return $actions;
         }
+        if ($actions === false) {
+            $actions = array(RM_ACT_MANUAL);
+        }
 
         $policies = array();
         $defaultpolicy = false;





More information about the commits mailing list