From: ThomasV Date: Thu, 22 Nov 2007 16:06:16 +0000 (+0000) Subject: minor fix X-Git-Tag: 1.31.0-rc.0~50749 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=cf96cde1de097632cecd3694164e356ffcee4455;p=lhc%2Fweb%2Fwiklou.git minor fix --- 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 ); } /**