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 25e3cb5d778ef50218648dd52df966d2d5f5c7b3 (commit)
from e2fb71c23665bd6a598fc18bba0ffe49fd825597 (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=25e3cb5d778ef50218648dd52df966d2d5f5c7b3
commit 25e3cb5d778ef50218648dd52df966d2d5f5c7b3
Author: Franck Villaume <[email protected]>
Date: Sat Sep 19 13:16:58 2015 +0200
fix news admin: missing param
diff --git a/src/www/news/admin/news_admin_utils.php
b/src/www/news/admin/news_admin_utils.php
index b3866a6..9de08e3 100644
--- a/src/www/news/admin/news_admin_utils.php
+++ b/src/www/news/admin/news_admin_utils.php
@@ -44,7 +44,7 @@ function show_news_approve_form($qpa_pending, $qpa_rejected,
$qpa_approved) {
}
echo date(_('Y-m-d'), $row['post_date']).'</td>
<td width="45%">';
- echo util_make_link('/news/admin/?approve=1&id='.$row['id'],
$row['summary']);
+ echo
util_make_link('/news/admin/?approve=1&id='.$row['id'].'&group_id='.$row['group_id'],
$row['summary']);
echo '</td>
<td class="onethirdwidth">'
-----------------------------------------------------------------------
Summary of changes:
src/www/news/admin/news_admin_utils.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