Code

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

gosa-plugins/systems/admin/systems/services/class_goService.inc

index a7ff07b5b7967fb59ff7537f6ca8c95eea49100e..c8fed117786a6a495494a7d9777085319464bf04 100644 (file)
@@ -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);