Code

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

gosa-plugins/dak/addons/dak/class_dakkeyring.inc

index 6b029f7ed5fcc8d3e52ec044b2f842a637fcb16f..abb3d86d8e5c20dab9254c7d05f873fee70d838b 100644 (file)
@@ -53,6 +53,8 @@ class dakkeyring extends plugin
    */
   public function execute()
   {
+    plugin::execute();
+    
     if(isset($_POST['search'])){
       $this->refresh_list();
     }