Code

Updated password change.
[gosa.git] / gosa-core / include / class_tabs.inc
index 469a2c0bd042ed28242767952d2673c4fd8e299c..d11d24b42772182cda822e5dec514d851b98f4d5 100644 (file)
@@ -291,13 +291,13 @@ class tabs
     return (0);
   }
 
-  function adapt_from_template($dn)
+  function adapt_from_template($dn, $skip= array())
   {
     foreach ($this->by_object as $key => &$obj){
       @DEBUG (DEBUG_TRACE, __LINE__, __FUNCTION__, __FILE__,
           $key, "Adapting");
       $obj->parent= &$this;
-      $obj->adapt_from_template($dn);
+      $obj->adapt_from_template($dn, $skip);
     }
   }