Code

Updated table summary
[gosa.git] / gosa-plugins / goto / admin / devices / class_deviceGeneric.inc
index 3a3f2768e28d189aae80acbc724b03fa278ca8ca..1eeb6dd9396af5f2ab86dcff265d43ea43b623b0 100644 (file)
@@ -71,6 +71,7 @@ class deviceGeneric extends plugin
 
   public function execute()
   {
+    plugin::execute();
     $smarty = get_smarty();
     $smarty->assign("usePrototype", "true");
     $smarty->assign("base", $this->baseSelector->render());