[Fusionforge-commits] r9934 - branches/Branch_4_8/gforge/common/include

Alain Peyrat aljeux at libremir.placard.fr.eu.org
Thu May 27 20:05:39 CEST 2010


Author: aljeux
Date: 2010-05-27 20:05:38 +0200 (Thu, 27 May 2010)
New Revision: 9934

Modified:
   branches/Branch_4_8/gforge/common/include/Group.class.php
Log:
ACL rules were not always updated when adding a user to a project

Modified: branches/Branch_4_8/gforge/common/include/Group.class.php
===================================================================
--- branches/Branch_4_8/gforge/common/include/Group.class.php	2010-05-27 15:56:10 UTC (rev 9933)
+++ branches/Branch_4_8/gforge/common/include/Group.class.php	2010-05-27 18:05:38 UTC (rev 9934)
@@ -1728,8 +1728,6 @@
 					db_rollback();
 					return false;
 				}
-				db_commit();
-				return true;
 			}
 		} else {
 			//




More information about the Fusionforge-commits mailing list