From: Shinjiman Date: Sun, 28 Jun 2009 19:24:27 +0000 (+0000) Subject: fix up, link to r52525 for CodeReview if any comments are added. X-Git-Tag: 1.31.0-rc.0~41173 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=141549a1389adb2e12bc35da6e632dd65aa37d11;p=lhc%2Fweb%2Fwiklou.git fix up, link to r52525 for CodeReview if any comments are added. --- diff --git a/includes/specials/SpecialVersion.php b/includes/specials/SpecialVersion.php index e837985c65..d54b620a11 100644 --- a/includes/specials/SpecialVersion.php +++ b/includes/specials/SpecialVersion.php @@ -210,7 +210,7 @@ class SpecialVersion extends SpecialPage { 'latex' => 'LaTeX', 'imagemagick' => 'ImageMagick', ); - $swMathNURL = Array( + $swMathURL = Array( 'ocaml' => 'http://caml.inria.fr/', 'gs' => 'http://www.ghostscript.com/', 'dvips' => 'http://www.radicaleye.com/dvips.html', @@ -246,7 +246,7 @@ class SpecialVersion extends SpecialPage { list( $swMathVerInfo ) = explode('http://www.imagemagick.org', $tail ); } $swMathVer[$swMath] = $swMathVerInfo; - $software["[$swMathURL $swMathName]"] = $swMathVer[$swMath]; + $software["[$swMathURL[$swMath] $swMathName[$swMath]]"] = $swMathVer[$swMath]; } } }