[evolvis-commits] r11991: Replace the hook with the existing one↵?==?UTF-8?Q?

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 18:32:05 CET 2011


Author: mirabilos
Date: 2011-02-24 18:32:05 +0100 (Thu, 24 Feb 2011)
New Revision: 11991

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/plugins/quota_management/common/quota_managementPlugin.class
Log:
Replace the hook with the existing one


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/plugins/quota_management/common/quota_managementPlugin.class
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/plugins/quota_management/common/quota_managementPlugin.class	2011-02-24 17:32:03 UTC (rev 11990)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/plugins/quota_management/common/quota_managementPlugin.class	2011-02-24 17:32:05 UTC (rev 11991)
@@ -34,7 +34,7 @@
 		$this->hooks[] = "userisactivecheckbox" ; // The "use ..." checkbox in user account
 		$this->hooks[] = "userisactivecheckboxpost" ; //
 		$this->hooks[] = "project_admin_plugins"; // to show up in the admin page fro group
-		$this->hooks[] = "quota_admin_tab"; // to show in admin
+		$this->hooks[] = "site_admin_option_hook"; // to show in admin
 		$this->hooks[] = "quota_label_project_admin"; // to show in admin project
 		$this->hooks[] = "quota_link_project_admin"; // to show in admin project
 	}
@@ -135,7 +135,7 @@
 		elseif ($hookname == "blahblahblah") {
 			// ...
 		} 
-		elseif ($hookname == "quota_admin_tab") {
+		elseif ($hookname == "site_admin_option_hook") {
 			// www/admin/index.php line 167
 			// ...
 			?>



More information about the evolvis-commits mailing list