From: hickert Date: Thu, 11 Mar 2010 09:03:53 +0000 (+0000) Subject: Execute parents execute() method child classes of plugin X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=713138e4b0bca6e2cb21f997ee0eb1d101af4ac3;p=gosa.git Execute parents execute() method child classes of plugin git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16430 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/services/class_goService.inc b/gosa-plugins/systems/admin/systems/services/class_goService.inc index a7ff07b5b..c8fed1177 100644 --- a/gosa-plugins/systems/admin/systems/services/class_goService.inc +++ b/gosa-plugins/systems/admin/systems/services/class_goService.inc @@ -48,6 +48,8 @@ class goService extends plugin{ /* Create content */ function execute() { + plugin::execute(); + if($this->is_account && !$this->view_logged){ $this->view_logged = TRUE; new log("view","server/".get_class($this),$this->dn);