[Fusionforge-commits] FusionForge branch master updated. v6.0.5-1940-gbb9db40
Franck Villaume
nerville at libremir.placard.fr.eu.org
Wed Jun 14 16:33:11 CEST 2017
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 bb9db4053e830ddffe8d52ac730285a767f3a2f2 (commit)
from c2198d89bdcd550bd93fe7ab95a90b1c216b836e (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=bb9db4053e830ddffe8d52ac730285a767f3a2f2
commit bb9db4053e830ddffe8d52ac730285a767f3a2f2
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date: Wed Jun 14 14:32:20 2017 +0000
fix PHP syntax
diff --git a/src/plugins/mediawiki/common/mediawikiPlugin.class.php b/src/plugins/mediawiki/common/mediawikiPlugin.class.php
index 27552ef..4d5f7aa 100644
--- a/src/plugins/mediawiki/common/mediawikiPlugin.class.php
+++ b/src/plugins/mediawiki/common/mediawikiPlugin.class.php
@@ -378,8 +378,8 @@ _('This plugin allows each project to embed Mediawiki under a tab.');
.'?action=query'
.'&list=recentchanges'
.'&format=json'
- .'&rcstart='.date('Y-m-d\TH:i:s\Z,$params['end'])
- .'&rcend='.date('Y-m-d\TH:i:s\Z,$params['begin']);
+ .'&rcstart='.date('Y-m-d\TH:i:s\Z',$params['end'])
+ .'&rcend='.date('Y-m-d\TH:i:s\Z',$params['begin']);
$filename = tempnam('/tmp', 'mediawikilog');
$f = fopen($filename, 'w');
$ch = curl_init();
-----------------------------------------------------------------------
Summary of changes:
src/plugins/mediawiki/common/mediawikiPlugin.class.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
More information about the Fusionforge-commits
mailing list