Code

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

gosa-plugins/goto/admin/mimetypes/class_mimetypeGeneric.inc

index bd8f4cae6a082ecf4da9fc3aaf88e35a92209592..168488df7d14355653a651d90650fee5faa73546 100644 (file)
@@ -149,6 +149,7 @@ class mimetype extends plugin
 
   function execute()
   {
+    plugin::execute();
     $smarty = get_smarty();
 
     if(!$this->view_logged){