Index: trunk/extensions/VipsScaler/VipsScaler_body.php |
— | — | @@ -415,7 +415,7 @@ |
416 | 416 | |
417 | 417 | # Execute |
418 | 418 | $retval = 0; |
419 | | - $this->err = wfShellExec( $cmd, $retval, env ); |
| 419 | + $this->err = wfShellExec( $cmd, $retval, $env ); |
420 | 420 | |
421 | 421 | # Cleanup temp file |
422 | 422 | if ( $this->removeInput ) { |