Code

Updated listing table summary
[gosa.git] / gosa-plugins / opsi / admin / opsiLicenses / class_licenseByProduct.inc
index 83f79e5811ee6301b95df7cedfde13fb823f9f02..4ed7a54e0e9041fd575c10da7f57e1ce665f16a5 100644 (file)
@@ -73,6 +73,7 @@ class licenseByProduct extends plugin
 
   function execute()
   {
+    plugin::execute();
     // Handle initialization failures.
     if(isset($_POST['retry_init'])) $this->init();
     if(!$this->init_successfull){
@@ -137,7 +138,7 @@ class licenseByProduct extends plugin
           "plDescription" => _("License usage by product"),
           "plSelfModify"  => FALSE,
           "plDepends"     => array(),
-          "plPriority"    => 1,
+          "plPriority"    => 12,
           "plSection"     => array("administration"),
           "plCategory"    => array("opsi"),
           "plProvidedAcls"=> array()));