Code

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

gosa-plugins/gofax/gofax/blocklists/class_blocklistGeneric.inc

index 35ce992f681f52ddfc5254537a5362d7eb20265c..6c6cd0057b740e913c732cac66273335b097bddc 100644 (file)
@@ -84,6 +84,8 @@ class blocklistGeneric extends plugin
 
   public function execute()
   {
+    plugin::execute();
+
     /* Log view */
     if(!$this->view_logged){
       $this->view_logged = TRUE;