From 88d15f96e08e8bd18bb087edec8deaf46a21b9e7 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 11 Mar 2010 09:04:16 +0000 Subject: [PATCH] Execute parents execute() method child classes of plugin git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16437 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/gofax/gofax/blocklists/class_blocklistGeneric.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gosa-plugins/gofax/gofax/blocklists/class_blocklistGeneric.inc b/gosa-plugins/gofax/gofax/blocklists/class_blocklistGeneric.inc index 35ce992f6..6c6cd0057 100644 --- a/gosa-plugins/gofax/gofax/blocklists/class_blocklistGeneric.inc +++ b/gosa-plugins/gofax/gofax/blocklists/class_blocklistGeneric.inc @@ -84,6 +84,8 @@ class blocklistGeneric extends plugin public function execute() { + plugin::execute(); + /* Log view */ if(!$this->view_logged){ $this->view_logged = TRUE; -- 2.30.2