From ecd99db4ab8a020aef49a1c855e61ed9d9266da0 Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Mon, 12 Jul 2004 23:00:08 +0000 Subject: [PATCH] use makeKnownLink istead of makeLink. A page pointing to another page must exist que definitionem --- includes/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Parser.php b/includes/Parser.php index 204dc695e5..3cbefc8f15 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -453,7 +453,7 @@ class Parser array_push ( $children_start_char, $wgLang->firstChar( $x->cl_sortkey ) ) ; } } else { - array_push ( $articles , $sk->makeLink ( $t ) ) ; # Page in this category + array_push ( $articles , $sk->makeKnownLink ( $t ) ) ; # Page in this category array_push ( $articles_start_char, $wgLang->firstChar( $x->cl_sortkey ) ) ; } } -- 2.20.1