jenkins-bot has submitted this change and it was merged.

Change subject: Fix global typos
......................................................................


Fix global typos

Change-Id: Iddee76465a304e7f074e270906147e7a458bf6b8
---
M Timeline.body.php
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  MaxSem: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/Timeline.body.php b/Timeline.body.php
index 0b811a8..bbea8c4 100644
--- a/Timeline.body.php
+++ b/Timeline.body.php
@@ -32,7 +32,7 @@
        public static function renderTimeline( $timelinesrc, array $args, 
$parser, $frame ) {
                global $wgUploadDirectory, $wgUploadPath, $wgArticlePath, 
$wgTmpDirectory, $wgRenderHashAppend;
                global $wgTimelineFileBackend, $wgTimelineEpochTimestamp, 
$wgTimelinePerlCommand, $wgTimelineFile;
-               global $wgtimelineFontFile;
+               global $wgTimelineFontFile;
 
                $parser->getOutput()->addModuleStyles( 'ext.timeline.styles' );
 
@@ -92,7 +92,7 @@
 
                                // Get command for ploticus to read the user 
input and output an error,
                                // map, and rendering (png or gif) file under 
the same dir as the temp file.
-                               $cmdline = wfEscapeShellArg( 
$wgTimelinePerlCommand, $wgTimelineTimelineFile )
+                               $cmdline = wfEscapeShellArg( 
$wgTimelinePerlCommand, $wgTimelineFile )
                                        . ( $svg2png ? " -s " : "" )
                                        . " -i " . wfEscapeShellArg( $tmpPath )
                                        . " -m -P " . wfEscapeShellArg( 
$wgTimelinePloticusCommand )

-- 
To view, visit https://gerrit.wikimedia.org/r/303950
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iddee76465a304e7f074e270906147e7a458bf6b8
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/timeline
Gerrit-Branch: wmf/1.28.0-wmf.14
Gerrit-Owner: Reedy <re...@wikimedia.org>
Gerrit-Reviewer: MaxSem <maxsem.w...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to