[Fusionforge-commits] FusionForge branch master updated. 64a9e8e1b9066728c8ad9db339b06761165c400f

Franck Villaume nerville at fusionforge.org
Fri Aug 1 10:10:00 CEST 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  64a9e8e1b9066728c8ad9db339b06761165c400f (commit)
      from  abf3dcb75c0d5752a2a4fb8cb4ddfe3ac717c60f (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 64a9e8e1b9066728c8ad9db339b06761165c400f
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Fri Aug 1 10:08:33 2014 +0200

    FRS: fix qrs link display

diff --git a/src/common/frs/views/listpackages.php b/src/common/frs/views/listpackages.php
index 0c1ec61..90ddec0 100644
--- a/src/common/frs/views/listpackages.php
+++ b/src/common/frs/views/listpackages.php
@@ -63,7 +63,7 @@ if (count($FRSPackages) < 1) {
 
 	// check the permissions and see if this user is a release manager.
 	// If so, offer the opportunity to create a release
-	if (forge_check_perm('frs', $group_id, 'write')) {
+	if (forge_check_perm('frs_admin', $group_id, 'admin')) {
 		echo html_e('p', array(), util_make_link('/frs/?view=qrs&group_id='.$group_id, _('To create a new release click here.')));
 	}
 

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

Summary of changes:
 src/common/frs/views/listpackages.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list