minor fix
authorThomasV <thomasv@users.mediawiki.org>
Thu, 22 Nov 2007 16:06:16 +0000 (16:06 +0000)
committerThomasV <thomasv@users.mediawiki.org>
Thu, 22 Nov 2007 16:06:16 +0000 (16:06 +0000)
includes/Linker.php

index 4599b1b..b965fdc 100644 (file)
@@ -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 );
        }
 
        /**