r110151 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110150‎ | r110151 | r110152 >
Date:17:29, 27 January 2012
Author:j
Status:ok
Tags:
Comment:
use wfEscapeShellArg, followup 110104
Modified paths:
  • /trunk/extensions/TimedMediaHandler/maintenance/WebVideoJobRunner.php (modified) (history)

Diff [purge]

Index: trunk/extensions/TimedMediaHandler/maintenance/WebVideoJobRunner.php
@@ -72,7 +72,7 @@
7373 // Add one process:
7474 $cmd = "php $IP/maintenance/runJobs.php";
7575 if( $this->wiki ) {
76 - $cmd .= " --wiki " . $this->wiki;
 76+ $cmd .= " --wiki " . wfEscapeShellArg ( $this->wiki );
7777 }
7878 $cmd .= " --type webVideoTranscode --maxjobs 1 --maxtime {$wgTranscodeBackgroundTimeLimit}";
7979 $status = $this->runBackgroundProc( $cmd );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r110104- pass wiki option to job threads in maintenance script...j06:25, 27 January 2012

Status & tagging log