[Fusionforge-commits] r16246 - branches/Branch_5_1/src/common/include

Thorsten Glaser mirabilos at fusionforge.org
Fri Sep 21 14:04:29 CEST 2012


Author: mirabilos
Date: 2012-09-21 14:04:28 +0200 (Fri, 21 Sep 2012)
New Revision: 16246

Modified:
   branches/Branch_5_1/src/common/include/RBAC.php
Log:
MFC revno: 11720
svn revno: 16244 (on /branches/Branch_5_2)
committer: nerville
timestamp: Fri 2012-09-21 10:32:53 +0000
message:
  fix update value in db but not in current instance

Modified: branches/Branch_5_1/src/common/include/RBAC.php
===================================================================
--- branches/Branch_5_1/src/common/include/RBAC.php	2012-09-21 11:35:07 UTC (rev 16245)
+++ branches/Branch_5_1/src/common/include/RBAC.php	2012-09-21 12:04:28 UTC (rev 16246)
@@ -4,6 +4,7 @@
  *
  * Copyright 2004, GForge, LLC
  * Copyright 2009-2010, Roland Mas
+ * Copyright 2012, Franck Villaume - TrivialDev
  *
  * This file is part of FusionForge. FusionForge is free software;
  * you can redistribute it and/or modify it under the terms of the
@@ -538,6 +539,7 @@
 						       $section,
 						       $reference,
 						       $value)) ;
+		$this->perms_array[$section][$reference] = $value;
 	}
 
 	function getSettingsForProject ($project) {




More information about the Fusionforge-commits mailing list