Code

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

gosa-plugins/phpscheduleit/personal/connectivity/phpscheduleit/class_phpscheduleitAccount.inc

index 553d39c93c0d466296ff91726d98fd9525243aa0..3d05d48fd72007b988edb4672edc9256b23511b7 100644 (file)
@@ -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;