[evolvis-commits] r6552: Fixed getRoles() (broken during a merge)

Roland Mas lolando at debian.org
Tue Apr 20 17:19:56 CEST 2010


Author: Roland Mas <lolando at debian.org>
Date: 2010-04-20 17:19:56 +0200 (Tue, 20 Apr 2010)
New Revision: 6552

Modified:
   trunk/gforge_base/evolvisforge/gforge/common/include/Group.class.php
Log:
Fixed getRoles() (broken during a merge)

Modified: trunk/gforge_base/evolvisforge/gforge/common/include/Group.class.php
===================================================================
--- trunk/gforge_base/evolvisforge/gforge/common/include/Group.class.php	2010-04-20 14:16:17 UTC (rev 6551)
+++ trunk/gforge_base/evolvisforge/gforge/common/include/Group.class.php	2010-04-20 15:19:56 UTC (rev 6552)
@@ -2439,6 +2439,8 @@
 	function getRoles () {
 		$result = array () ;
 
+		$roles = $this->getRolesId () ;
+
 		foreach ($roles as $role_id) {
 			$r = new Role ($this, $role_id) ;
 			$result[] = new Role ($this, $role_id) ;




More information about the evolvis-commits mailing list