From: Jens Frank Date: Mon, 12 Jul 2004 23:00:08 +0000 (+0000) Subject: use makeKnownLink istead of makeLink. A page pointing to another page must exist... X-Git-Tag: 1.5.0alpha1~2688 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=ecd99db4ab8a020aef49a1c855e61ed9d9266da0;p=lhc%2Fweb%2Fwiklou.git use makeKnownLink istead of makeLink. A page pointing to another page must exist que definitionem --- 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 ) ) ; } }