[Fusionforge-commits] FusionForge branch master updated. v6.0.2-171-g96d0abc

Sylvain Beucler beuc-inria at libremir.placard.fr.eu.org
Wed Sep 2 12:05:15 CEST 2015


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  96d0abc9a103a31a7e94d17a69df1ff8baedf254 (commit)
      from  bb86cbf6039ef22d534b4b9d12586e97011bf31d (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=96d0abc9a103a31a7e94d17a69df1ff8baedf254

commit 96d0abc9a103a31a7e94d17a69df1ff8baedf254
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Wed Sep 2 12:05:03 2015 +0200

    Fix invalid URL in pending-news.php form target (fix RBAC testsuite)

diff --git a/src/www/admin/pending-news.php b/src/www/admin/pending-news.php
index 6325681..e23ffdf 100644
--- a/src/www/admin/pending-news.php
+++ b/src/www/admin/pending-news.php
@@ -132,7 +132,7 @@ AND news_bytes.group_id=groups.group_id ", array($id));
 	$group = group_get_object(db_result($result,0,'group_id'));
 	$user = user_get_object(db_result($result,0,'submitted_by'));
 
-	echo $HTML->openForm(array('action' => '/admin/pending-news.php&approve=1&id='.$id, 'method' => 'post'));
+	echo $HTML->openForm(array('action' => '/admin/pending-news.php?approve=1&id='.$id, 'method' => 'post'));
 	echo '
 		<input type="hidden" name="for_group" value="'.db_result($result,0,'group_id').'" />
 		<input type="hidden" name="id" value="'.db_result($result,0,'id').'" />

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

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


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list