Code

Execute parents execute() method child classes of plugin
[gosa.git] / gosa-plugins / goto / addons / goto / class_gotoLogView.inc
index a5e166ff2dcd61663e69b432a26046c0cd6ffc32..12937512cab55acd559ab13410dc3a005e42788a 100644 (file)
@@ -71,6 +71,8 @@ class gotoLogView extends plugin
 
   function execute()
   {
+    plugin::execute();
+
     $smarty = get_smarty();
     $smarty->assign("logs",$this->logs);   
     $smarty->assign("logs_available", isset($this->logs[$this->mac]));