fix up, link to r52525 for CodeReview if any comments are added.
authorShinjiman <shinjiman@users.mediawiki.org>
Sun, 28 Jun 2009 19:24:27 +0000 (19:24 +0000)
committerShinjiman <shinjiman@users.mediawiki.org>
Sun, 28 Jun 2009 19:24:27 +0000 (19:24 +0000)
includes/specials/SpecialVersion.php

index e837985..d54b620 100644 (file)
@@ -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];
                                }       
                        }
                }