Index: trunk/phase3/includes/installer/Installer.php |
— | — | @@ -816,6 +816,7 @@ |
817 | 817 | $names = array( wfIsWindows() ? 'convert.exe' : 'convert' ); |
818 | 818 | $convert = self::locateExecutableInDefaultPaths( $names, array( '$1 -version', 'ImageMagick' ) ); |
819 | 819 | |
| 820 | + $this->setVar( 'wgImageMagickConvertCommand', '' ); |
820 | 821 | if ( $convert ) { |
821 | 822 | $this->setVar( 'wgImageMagickConvertCommand', $convert ); |
822 | 823 | $this->showMessage( 'config-imagemagick', $convert ); |