r74184 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r74183
|
r74184
|
r74185
>
Date:
02:01, 3 October 2010
Author:
brion
Status:
ok
Tags:
Comment:
Initialize $wgTexvc with $IP rather than relative to current working directory. Fixes math parser tests when running with a cwd other than $IP when $wgTexvc isn't explicitly set.
Modified paths:
/trunk/phase3/includes/DefaultSettings.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/DefaultSettings.php
—
—
@@ -3533,7 +3533,7 @@
3534
3534
*/
3535
3535
$wgUseTeX = false;
3536
3536
/** Location of the texvc binary */
3537
-$wgTexvc = './math/texvc';
3537
+$wgTexvc = $IP . '/math/texvc';
3538
3538
/**
3539
3539
* Texvc background color
3540
3540
* use LaTeX color format as used in \special function
Status & tagging log
09:26, 21 December 2010
Bryan
(
talk
|
contribs
)
changed the
status
of r74184
[
removed:
new
added:
ok]