[Fusionforge-commits] r19364 - trunk/src/common/include

Marc-Etienne VARGENAU vargenau at fusionforge.org
Tue Mar 4 18:41:03 CET 2014


Author: vargenau
Date: 2014-03-04 18:41:03 +0100 (Tue, 04 Mar 2014)
New Revision: 19364

Modified:
   trunk/src/common/include/Plugin.class.php
Log:
Whitespace

Modified: trunk/src/common/include/Plugin.class.php
===================================================================
--- trunk/src/common/include/Plugin.class.php	2014-03-04 17:40:32 UTC (rev 19363)
+++ trunk/src/common/include/Plugin.class.php	2014-03-04 17:41:03 UTC (rev 19364)
@@ -293,7 +293,7 @@
 		// this code actually activates/deactivates the plugin after the form was submitted in the project edit public info page
 		$group = group_get_object($params['group']);
 		$flag = strtolower('use_'.$this->name);
-		if ( getIntFromRequest($flag) == 1 ) {
+		if (getIntFromRequest($flag) == 1) {
 			$group->setPluginUse($this->name);
 		} else {
 			$group->setPluginUse($this->name, false);




More information about the Fusionforge-commits mailing list