[Fusionforge-commits] FusionForge branch master updated. abb1df32db40c184eb9effd795a9226f7a1afaaa

Franck VILLAUME nerville at fusionforge.org
Mon Feb 10 15:27:28 CET 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  abb1df32db40c184eb9effd795a9226f7a1afaaa (commit)
      from  adade39726fd944f3b625822f6b9ffa5a19b6b7d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit abb1df32db40c184eb9effd795a9226f7a1afaaa
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Mon Feb 10 15:22:42 2014 +0100

    activity: fix frs

diff --git a/src/www/activity/index.php b/src/www/activity/index.php
index 1270b47..28198ac 100644
--- a/src/www/activity/index.php
+++ b/src/www/activity/index.php
@@ -5,7 +5,7 @@
  * Copyright 1999 dtype
  * Copyright 2006 (c) GForge, LLC
  * Copyright 2010-2011, Franck Villaume - Capgemini
- * Copyright 2012, Franck Villaume - TrivialDev
+ * Copyright 2012-2014, Franck Villaume - TrivialDev
  * Copyright (C) 2012 Alain Peyrat - Alcatel-Lucent
  * http://fusionforge.org/
  *
@@ -226,7 +226,7 @@ if (count($results) < 1) {
 					break;
 				}
 				case 'frsrelease': {
-					$cached_perms[$s][$ref] = forge_check_perm('frs', $ref, 'read');
+					$cached_perms[$s][$ref] = forge_check_perm('frs', $group_id, 'read_public');
 					break;
 				}
 				case 'forumpost':
@@ -251,7 +251,6 @@ if (count($results) < 1) {
 
 	usort($results, 'date_compare');
 
-
 	$displayTableTop = 0;
 	$j = 0;
 	$last_day = 0;

-----------------------------------------------------------------------

Summary of changes:
 src/www/activity/index.php |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list