Code

some more w3c fixes
[gosa.git] / plugins / admin / ogroups / class_termgroup.inc
index 76b54705a8f2c8a19d061719e5ae177be44759e1..ff2c6666a0a05d516b6a0f74ade931a0fb6a98ae 100644 (file)
@@ -36,8 +36,15 @@ class termgroup extends plugin
     $this->config= $config;
   }
 
+  function check()
+  {
+  }
+
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
+
 
     /* Watch for events */
     if (isset($_POST['action'])){