[Fusionforge-commits] r9862 - trunk/gforge/common/include

Roland Mas lolando at libremir.placard.fr.eu.org
Fri May 21 10:32:44 CEST 2010


Author: lolando
Date: 2010-05-21 10:32:44 +0200 (Fri, 21 May 2010)
New Revision: 9862

Modified:
   trunk/gforge/common/include/Role.class.php
Log:
Use correct variable name in normalization code

Modified: trunk/gforge/common/include/Role.class.php
===================================================================
--- trunk/gforge/common/include/Role.class.php	2010-05-21 08:02:00 UTC (rev 9861)
+++ trunk/gforge/common/include/Role.class.php	2010-05-21 08:32:44 UTC (rev 9862)
@@ -440,7 +440,7 @@
 		foreach ($projects as $p) {
 			$pgf = new ProjectGroupFactory ($p) ;
 			$pgs = $atf->getProjectGroups () ;
-			foreach ($pgs as $t) {
+			foreach ($pgs as $g) {
 				if (USE_PFO_RBAC) {
 					if (array_key_exists ('pm', $this->perms_array)
 					    && array_key_exists ($g->getID(), $this->perms_array['pm']) ) {




More information about the Fusionforge-commits mailing list