Index: trunk/phase3/includes/Linker.php |
— | — | @@ -1015,7 +1015,7 @@ |
1016 | 1016 | $text = htmlspecialchars( $text ); |
1017 | 1017 | } |
1018 | 1018 | $link = ''; |
1019 | | - $success = wfRunHooks('LinkerMakeExternalLink', array( &$url, &$text, &$link, &$attribs, $linkType ) ); |
| 1019 | + $success = wfRunHooks('LinkerMakeExternalLink', array( &$url, &$text, &$link, &$attribs, $linktype ) ); |
1020 | 1020 | if(!$success) { |
1021 | 1021 | wfDebug("Hook LinkerMakeExternalLink changed the output of link with url {$url} and text {$text} to {$link}\n", true); |
1022 | 1022 | return $link; |