Code

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

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

index 4cc7e06740bbe53a6fb15c5f9cecf685ef096b58..c54535039f2a16af59caf2eb0f7323fbc303372c 100644 (file)
@@ -14,6 +14,7 @@ class dakplug extends plugin
        
        public function execute()
        {
+    plugin::execute();
                return($this->tabs->execute());
        }