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  1c249bce9eb8624ceed32af3b7f4bc1115f548da (commit)
      from  734b2d44b35f8f32203b8f7a1f328dbb53847a37 (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=1c249bce9eb8624ceed32af3b7f4bc1115f548da

commit 1c249bce9eb8624ceed32af3b7f4bc1115f548da
Author: Franck Villaume <[email protected]>
Date:   Sun Jul 24 23:22:19 2016 +0200

    fix PHP syntax

diff --git a/src/plugins/moinmoin/www/frame.php 
b/src/plugins/moinmoin/www/frame.php
index 389ee2d..35576b6 100644
--- a/src/plugins/moinmoin/www/frame.php
+++ b/src/plugins/moinmoin/www/frame.php
@@ -37,7 +37,7 @@ if (!$group) {
 }
 
 if (!$group->usesPlugin ($pluginname)) {
-       exit_error(_('Error'), sprintf(_('First activate the %s plugin through 
the Project\'s Admin Interface'), $pluginname);
+       exit_error(_('Error'), sprintf(_('First activate the %s plugin through 
the Project\'s Admin Interface'), $pluginname));
 }
 
 $params = array () ;

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

Summary of changes:
 src/plugins/moinmoin/www/frame.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