Code

Added speed optimizations
[gosa.git] / plugins / gofon / macro / class_gofonMacro.inc
index 22c179f161bb535a14c30ecf7200f5287118ebcf..60d0f52847769772f54c617b9f21ce5d131e7dea 100755 (executable)
@@ -50,9 +50,9 @@ class macro extends plugin
 
   //! The Konstructor   
   /*!  Konstructor, load class with  attributes of the given dn*/
-  function macro ($config, $dn= NULL)
+  function macro ($config, $dn= NULL, $parent= NULL)
   {
-    plugin::plugin ($config, $dn);
+    plugin::plugin ($config, $dn, $parent);
 
     $ldap= $config->get_ldap_link();