[Fusionforge-commits] r9906 - trunk/gforge/www/pm/include

Roland Mas lolando at libremir.placard.fr.eu.org
Sun May 23 21:46:01 CEST 2010


Author: lolando
Date: 2010-05-23 21:46:00 +0200 (Sun, 23 May 2010)
New Revision: 9906

Modified:
   trunk/gforge/www/pm/include/ProjectTaskHTML.class.php
Log:
Fixed yet another wrong variable name

Modified: trunk/gforge/www/pm/include/ProjectTaskHTML.class.php
===================================================================
--- trunk/gforge/www/pm/include/ProjectTaskHTML.class.php	2010-05-23 19:41:34 UTC (rev 9905)
+++ trunk/gforge/www/pm/include/ProjectTaskHTML.class.php	2010-05-23 19:46:00 UTC (rev 9906)
@@ -33,7 +33,7 @@
 
 	function multipleAssignedBox ($name='assigned_to[]') {
 		$engine = RBACEngine::getInstance () ;
-		$techs = $engine->getUsersByAllowedAction ('pm', $pg->getID(), 'tech') ;
+		$techs = $engine->getUsersByAllowedAction ('pm', $this->getID(), 'tech') ;
 
 		$tech_id_arr = array () ;
 		$tech_name_arr = array () ;




More information about the Fusionforge-commits mailing list