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  436ec72e8a85c261b2b1d4fb8e535a5754b0dc08 (commit)
      from  c162a600e8b7dc26f86025af4c1389935d5513e0 (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=436ec72e8a85c261b2b1d4fb8e535a5754b0dc08

commit 436ec72e8a85c261b2b1d4fb8e535a5754b0dc08
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Thu Sep 15 18:07:42 2016 +0200

    &amp;

diff --git a/src/plugins/mailman/www/admin/deletelist.php 
b/src/plugins/mailman/www/admin/deletelist.php
index 0e5c029..ffb518e 100644
--- a/src/plugins/mailman/www/admin/deletelist.php
+++ b/src/plugins/mailman/www/admin/deletelist.php
@@ -68,7 +68,7 @@ mailman_header(array(
 
 ?>
 <h3><?php echo $ml->getName(); ?></h3>
-<?php echo $HTML->openForm(array('method' => 'post', 'action' => 
getStringFromServer('PHP_SELF').'?group_id='.$group_id.'&id='.$ml->getID())); ?>
+<?php echo $HTML->openForm(array('method' => 'post', 'action' => 
getStringFromServer('PHP_SELF').'?group_id='.$group_id.'&amp;id='.$ml->getID()));
 ?>
 <p>
 <input id="sure" type="checkbox" name="sure" value="1">
 <label for="sure">
diff --git a/src/plugins/mailman/www/admin/index.php 
b/src/plugins/mailman/www/admin/index.php
index 454cdc8..3e7c33a 100644
--- a/src/plugins/mailman/www/admin/index.php
+++ b/src/plugins/mailman/www/admin/index.php
@@ -187,7 +187,7 @@ if ($group_id) {
                                        'admin' => 1));
                ?>
                        <h3><?php echo $mailingList->getName(); ?></h3>
-               <?php echo $HTML->openForm(array('method' => 'post', 'action' 
=> 
getStringFromServer('PHP_SELF').'?group_id='.$group_id.'&group_list_id='.$mailingList->getID()));
 ?>
+               <?php echo $HTML->openForm(array('method' => 'post', 'action' 
=> 
getStringFromServer('PHP_SELF').'?group_id='.$group_id.'&amp;group_list_id='.$mailingList->getID()));
 ?>
                        <input type="hidden" name="post_changes" value="y" />
                        <input type="hidden" name="change_status" value="y" />
                        <p>

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

Summary of changes:
 src/plugins/mailman/www/admin/deletelist.php | 2 +-
 src/plugins/mailman/www/admin/index.php      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge

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

Reply via email to