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 <[email protected]>
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

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

Reply via email to