Code

Include personal title in cn/dn
[gosa.git] / plugins / personal / connectivity / class_pptpAccount.inc
index 85b1e6f6c2fd2050d13f0d89f9575ff5fee7cef0..ba416e37c3e040e1bbcd935877a3d7d8f5a53070 100644 (file)
@@ -37,9 +37,9 @@ class pptpAccount extends plugin
 
   var $uid ="";
 
-  function pptpAccount ($config, $dn= NULL)
+  function pptpAccount ($config, $dn= NULL, $parent= NULL)
   {
-    plugin::plugin ($config, $dn);
+    plugin::plugin ($config, $dn, $parent);
     
     /* Setting uid to default */
     if(isset($this->attrs['uid'][0])){