From cf96cde1de097632cecd3694164e356ffcee4455 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 22 Nov 2007 16:06:16 +0000 Subject: [PATCH] minor fix --- includes/Linker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Linker.php b/includes/Linker.php index 4599b1bb1d..b965fdced7 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -369,7 +369,7 @@ class Linker { * the end of the link. */ function makeStubLinkObj( $nt, $text = '', $query = '', $trail = '', $prefix = '' ) { - makeColouredLinkObj( $nt, 'stub', $text, $query, $trail, $prefix ); + $this->makeColouredLinkObj( $nt, 'stub', $text, $query, $trail, $prefix ); } /** -- 2.20.1