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 41a2d6a382352283554df0c01880d081137ea799 (commit)
from 8cc4487eb7bcff4ad36a886fbac67207f5a71705 (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=41a2d6a382352283554df0c01880d081137ea799
commit 41a2d6a382352283554df0c01880d081137ea799
Author: Franck Villaume <[email protected]>
Date: Fri Feb 24 08:32:48 2017 +0000
fix wrong var
diff --git a/src/www/forum/index.php b/src/www/forum/index.php
index 2fecd50..62eab7e 100644
--- a/src/www/forum/index.php
+++ b/src/www/forum/index.php
@@ -115,7 +115,7 @@ if ($group_id) {
if ($farr[$j]->Group->getID() != $group_id) {
$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(sprintf(_('Project %s
Forum'), $at_arr[$j]->Group->getPublicName()), 'content' =>
$farr[$j]->Group->getID());
+ $cells[] = array(sprintf(_('Project %s
Forum'), $farr[$j]->Group->getPublicName()), 'content' =>
$farr[$j]->Group->getID());
}
}
$cells[][] =
util_make_link('/forum/forum.php?forum_id='.$farr[$j]->getID().'&group_id='.$farr[$j]->Group->getID(),
$HTML->getForumPic().' '.$farr[$j]->getName());
-----------------------------------------------------------------------
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