Code

Fixed undefined index in template adaption
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 11 Jun 2008 12:14:51 +0000 (12:14 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 11 Jun 2008 12:14:51 +0000 (12:14 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11284 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/kolab/personal/connectivity/kolab/class_kolabAccount.inc

index 1c95c9f87f46ff050be00346f05f1c54b71bec34..4dd3532e95e92e334274cea11b94296cbb0dc056 100644 (file)
@@ -626,7 +626,7 @@ class kolabAccount extends plugin
     /* Pull arrays */
     foreach(array("kolabDelegate", "kolabInvitationPolicy") as $attr){
 
-      if (in_array($val, $skip)){
+      if (in_array($attr, $skip)){
         continue;
       }