From 7863125a59861ca40c7b5789cd9a46db0c031eac Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Fri, 30 Nov 2007 16:56:05 +0000 Subject: [PATCH] Recently-introduced typo in Linker::makeStubLinkObj() (bug 12165) --- includes/Linker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Linker.php b/includes/Linker.php index c074853591..df5462c0ff 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -368,7 +368,7 @@ class Linker { * the end of the link. */ function makeStubLinkObj( $nt, $text = '', $query = '', $trail = '', $prefix = '' ) { - $this->makeColouredLinkObj( $nt, 'stub', $text, $query, $trail, $prefix ); + return $this->makeColouredLinkObj( $nt, 'stub', $text, $query, $trail, $prefix ); } /** -- 2.20.1