From: hickert Date: Thu, 11 Mar 2010 09:04:23 +0000 (+0000) Subject: Execute parents execute() method child classes of plugin X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6983824e47e685a121a4470642fa84186e0f20d1;p=gosa.git Execute parents execute() method child classes of plugin git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16439 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/phpscheduleit/personal/connectivity/phpscheduleit/class_phpscheduleitAccount.inc b/gosa-plugins/phpscheduleit/personal/connectivity/phpscheduleit/class_phpscheduleitAccount.inc index 553d39c93..3d05d48fd 100644 --- a/gosa-plugins/phpscheduleit/personal/connectivity/phpscheduleit/class_phpscheduleitAccount.inc +++ b/gosa-plugins/phpscheduleit/personal/connectivity/phpscheduleit/class_phpscheduleitAccount.inc @@ -40,6 +40,8 @@ class phpscheduleitAccount extends plugin function execute() { + plugin::execute(); + /* Log view */ if($this->is_account && !$this->view_logged){ $this->view_logged = TRUE;