Code

Fixed some errors
[gosa.git] / plugins / admin / systems / class_servDNS.inc
index 03c92fd0b6d74da957763fdc9be9316b0c447dde..ab9342ead7de8de3f4fd932561ec56947616d6b1 100644 (file)
@@ -8,6 +8,7 @@ class servdns extends plugin
   var $cli_parameters= array("eins" => "Eins ist toll", "zwei" => "Zwei ist noch besser");
 
   /* attribute list for save action */
+  var $ignore_account= TRUE;
   var $attributes= array();
   var $objectclasses= array("whatever");
 
@@ -18,6 +19,9 @@ class servdns extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
+
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";