[evolvis-commits] r11890: Fix an use_helloworldplugin typo↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 18:28:09 CET 2011


Author: mirabilos
Date: 2011-02-24 18:28:09 +0100 (Thu, 24 Feb 2011)
New Revision: 11890

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/plugins/helloworld/common/HelloWorldPlugin.class
Log:
Fix an use_helloworldplugin typo


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/plugins/helloworld/common/HelloWorldPlugin.class
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/plugins/helloworld/common/HelloWorldPlugin.class	2011-02-24 17:28:07 UTC (rev 11889)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/plugins/helloworld/common/HelloWorldPlugin.class	2011-02-24 17:28:09 UTC (rev 11890)
@@ -84,7 +84,7 @@
 		} elseif ($hookname == "groupisactivecheckboxpost") {
 			// this code actually activates/deactivates the plugin after the form was submitted in the project edit public info page
 			$group = &group_get_object($group_id);
-			$use_hellowordplugin = getStringFromRequest('use_helloworldplugin');
+			$use_helloworldplugin = getStringFromRequest('use_helloworldplugin');
 			if ( $use_helloworldplugin == 1 ) {
 				$group->setPluginUse ( $this->name );
 			} else {



More information about the evolvis-commits mailing list