Code

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

gosa-plugins/dak/addons/dak/class_dakrepository.inc

index 711912d995601040275c14a52fa41e8d2c72d65b..44f24de81833ebad6aa4dade03fbdfc847a80b5f 100644 (file)
@@ -29,6 +29,8 @@ class dakrepository extends plugin
 
   public function execute()
   {
+    plugin::execute();
+
     $smarty= get_smarty();
     return($smarty->fetch (get_template_path('dak_repository.tpl', TRUE, dirname(__FILE__))));
   }