r104735 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104734‎ | r104735 | r104736 >
Date:20:22, 30 November 2011
Author:btongminh
Status:ok
Tags:
Comment:
Follow-up r104733, fix stupid missing $
Modified paths:
  • /trunk/extensions/VipsScaler/VipsScaler_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/VipsScaler/VipsScaler_body.php
@@ -415,7 +415,7 @@
416416
417417 # Execute
418418 $retval = 0;
419 - $this->err = wfShellExec( $cmd, $retval, env );
 419+ $this->err = wfShellExec( $cmd, $retval, $env );
420420
421421 # Cleanup temp file
422422 if ( $this->removeInput ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r104849MFT to 1.18wmf1 vipsTest issues...hashar13:06, 1 December 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r104733Fix VipsScaler for Windows which does not support passing environment variabl...btongminh20:11, 30 November 2011

Status & tagging log