Code

Execute parents execute() method child classes of plugin
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Mar 2010 09:02:28 +0000 (09:02 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Mar 2010 09:02:28 +0000 (09:02 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16413 594d385d-05f5-0310-b6e9-bd551577e9d8

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]));