Code

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

gosa-plugins/pureftpd/personal/connectivity/pureftpd/class_pureftpdAccount.inc

index 3410cedfaf9663de8846c607b1dceb4e5a89c115..f7527deb87183fe58703514835d9edebd494ea76 100644 (file)
@@ -40,6 +40,7 @@ class pureftpdAccount extends plugin
 
   function execute()
   {
+    plugin::execute();
     /* Log view */
     if($this->is_account && !$this->view_logged){
       $this->view_logged = TRUE;