From 8a8daae346465023a7d5a9df304d915a00ec2955 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Mon, 9 Mar 2009 13:58:59 +0000 Subject: [PATCH] T -> t --- includes/Linker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Linker.php b/includes/Linker.php index e59d95eac9..4d50af21a3 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -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; -- 2.20.1