Code

Fixed template adaption functions
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 1 Apr 2008 12:52:01 +0000 (12:52 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 1 Apr 2008 12:52:01 +0000 (12:52 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10099 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/acl/class_aclManagement.inc
gosa-core/plugins/admin/groups/class_groupManagement.inc

index 342a16e99a4397ea82c1a52849ec65f1242e7869..d8a96080d7837adb4cb82fdfdcb9fffd77793f9a 100644 (file)
@@ -641,7 +641,7 @@ class aclManagement extends plugin
     echo "SAVE ACL";
   } 
 
-  function adapt_from_template($dn, $skip) { } 
+  function adapt_from_template($dn, $skip= array()) { } 
   function password_change_needed() { } 
 
 
index 00d0146448bfbd9eb938dd3d617be03e0002ea66..3dbfd7db1a342e6f969854f5e678ec974f2f7615 100644 (file)
@@ -788,7 +788,7 @@ class groupManagement extends plugin
 
   /* Unused functions  */
   function check()  { }
-  function adapt_from_template($dn, $skip) { }
+  function adapt_from_template($dn, $skip= array()) { }
   function password_change_needed()  { }
 }
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: