T -> t
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 9 Mar 2009 13:58:59 +0000 (13:58 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 9 Mar 2009 13:58:59 +0000 (13:58 +0000)
includes/Linker.php

index e59d95e..4d50af2 100644 (file)
@@ -1015,7 +1015,7 @@ class Linker {
                        $text = htmlspecialchars( $text );
                }
                $link = '';
-               $success = wfRunHooks('LinkerMakeExternalLink', array( &$url, &$text, &$link, &$attribs, $linkType ) );
+               $success = wfRunHooks('LinkerMakeExternalLink', array( &$url, &$text, &$link, &$attribs, $linktype ) );
                if(!$success) {
                        wfDebug("Hook LinkerMakeExternalLink changed the output of link with url {$url} and text {$text} to {$link}\n", true);
                        return $link;