From e53c18399b2561edce231fb11aecc7114cfc952c Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 11 Mar 2010 09:04:28 +0000 Subject: [PATCH] Execute parents execute() method child classes of plugin git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16440 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../personal/connectivity/pureftpd/class_pureftpdAccount.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/gosa-plugins/pureftpd/personal/connectivity/pureftpd/class_pureftpdAccount.inc b/gosa-plugins/pureftpd/personal/connectivity/pureftpd/class_pureftpdAccount.inc index 3410cedfa..f7527deb8 100644 --- a/gosa-plugins/pureftpd/personal/connectivity/pureftpd/class_pureftpdAccount.inc +++ b/gosa-plugins/pureftpd/personal/connectivity/pureftpd/class_pureftpdAccount.inc @@ -40,6 +40,7 @@ class pureftpdAccount extends plugin function execute() { + plugin::execute(); /* Log view */ if($this->is_account && !$this->view_logged){ $this->view_logged = TRUE; -- 2.30.2