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  d1d7b9a6f4475dca7893ec8a179a05ee332a9de4 (commit)
      from  d5df9c6f42c694ad5d0e516d39ee0b4a5cfb8a3a (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=d1d7b9a6f4475dca7893ec8a179a05ee332a9de4

commit d1d7b9a6f4475dca7893ec8a179a05ee332a9de4
Author: Franck Villaume <[email protected]>
Date:   Sat Sep 10 21:59:30 2016 +0200

    fix PHP syntax

diff --git a/src/www/mail/admin/index.php b/src/www/mail/admin/index.php
index 4371e4e..0c65f82 100644
--- a/src/www/mail/admin/index.php
+++ b/src/www/mail/admin/index.php
@@ -258,7 +258,7 @@ if ($group_id) {
                        exit;
                }
                echo '<p>'.sprintf(_('You can administrate lists from here. 
Please note that private lists can still be viewed by members of your project, 
but are not listed on %s.'), forge_get_config ('forge_name')).'</p>';
-               echo '<ul><li>'
+               echo '<ul><li>';
                echo 
util_make_link(getStringFromServer('PHP_SELF').'?group_id='.$group_id.'&add_list=1',
 _('Add Mailing List'));
                echo '</li></ul>';
                $mlCount = count($mlArray);

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

Summary of changes:
 src/www/mail/admin/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

Reply via email to