From: hickert Date: Tue, 1 Apr 2008 12:52:01 +0000 (+0000) Subject: Fixed template adaption functions X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4ada5ec05f37b469d5e402c263b40470cc56ef63;p=gosa.git Fixed template adaption functions git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10099 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/admin/acl/class_aclManagement.inc b/gosa-core/plugins/admin/acl/class_aclManagement.inc index 342a16e99..d8a96080d 100644 --- a/gosa-core/plugins/admin/acl/class_aclManagement.inc +++ b/gosa-core/plugins/admin/acl/class_aclManagement.inc @@ -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() { } diff --git a/gosa-core/plugins/admin/groups/class_groupManagement.inc b/gosa-core/plugins/admin/groups/class_groupManagement.inc index 00d014644..3dbfd7db1 100644 --- a/gosa-core/plugins/admin/groups/class_groupManagement.inc +++ b/gosa-core/plugins/admin/groups/class_groupManagement.inc @@ -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: