Code

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

gosa-plugins/opengroupware/personal/connectivity/opengroupware/class_opengwAccount.inc

index e7d440c3190dd5a209df88b31786fd60f36b944f..8ec35620aab5528bbe8f54e98a66b976da226078 100644 (file)
@@ -125,6 +125,7 @@ class opengwAccount extends plugin
 
        function execute()
        {
+    plugin::execute();
     /* Log view */
     if($this->is_account && !$this->view_logged){
       $this->view_logged = TRUE;