Code

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

gosa-plugins/goto/addons/goto/class_goto_import_file.inc

index 7c328d788d6614b450c090fca57451076a5c8bac..5b966dad80762332ed4cfa2bf1634aae0d38bc80 100644 (file)
@@ -59,6 +59,8 @@ class goto_import_file extends plugin
 
   public function execute()
   {
+    plugin::execute();
+
     /* Import file 
      */
     if(isset($_POST['import']) && isset($_FILES['file'])) {