Code

Include personal title in cn/dn
[gosa.git] / plugins / personal / connectivity / class_phpscheduleitAccount.inc
index 8a3868a8557de64f2f9bd38fd62dc5676668c993..073da05ca75e3d12179cb87eeb73c3c9d40a40f9 100644 (file)
@@ -36,9 +36,9 @@ class phpscheduleitAccount extends plugin
   var $attributes= array();
   var $objectclasses= array("phpscheduleitAccount");
 
-  function phpscheduleitAccount ($config, $dn= NULL)
+  function phpscheduleitAccount ($config, $dn= NULL, $parent= NULL)
   {
-    plugin::plugin ($config, $dn);
+    plugin::plugin ($config, $dn, $parent);
   }
 
   function execute()