r40754 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40753‎ | r40754 | r40755 >
Date:15:12, 12 September 2008
Author:aaron
Status:old
Tags:
Comment:
fix typo
Modified paths:
  • /trunk/phase3/includes/Math.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Math.php
@@ -65,7 +65,7 @@
6666
6767 if ( wfIsWindows() ) {
6868 # Invoke it within cygwin sh, because texvc expects sh features in its default shell
69 - $cmd = 'sh -c ' . wfwfEscapeShellArg( $cmd );
 69+ $cmd = 'sh -c ' . wfEscapeShellArg( $cmd );
7070 }
7171
7272 wfDebug( "TeX: $cmd\n" );