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  201a31d094c690d332947cae646c00438185b4c9 (commit)
      from  614fb9ef6f3419ed6e20588d4fdac9fa322cda3b (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=201a31d094c690d332947cae646c00438185b4c9

commit 201a31d094c690d332947cae646c00438185b4c9
Author: Franck Villaume <[email protected]>
Date:   Tue Jan 17 21:12:49 2017 +0100

    fix direct link to project in case of projects-hierarchy usage

diff --git a/src/www/forum/index.php b/src/www/forum/index.php
index 8174564..aaa0d1d 100644
--- a/src/www/forum/index.php
+++ b/src/www/forum/index.php
@@ -113,7 +113,7 @@ if ($group_id) {
                        $cells = array();
                        if ($child_has_f) {
                                if ($farr[$j]->Group->getID() != $group_id) {
-                                       $cells[] = array(sprintf(_('Child 
project %s Forum'), util_make_link('/forum/?group='.$farr[$j]->Group->getID(), 
$farr[$j]->Group->getPublicName())), 'content' => $farr[$j]->Group->getID());
+                                       $cells[] = array(sprintf(_('Child 
project %s Forum'), 
util_make_link('/forum/?group_id='.$farr[$j]->Group->getID(), 
$farr[$j]->Group->getPublicName())), 'content' => $farr[$j]->Group->getID());
                                } else {
                                        $cells[] = array('', 'content' => 
$farr[$j]->Group->getID());
                                }

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

Summary of changes:
 src/www/forum/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to