use makeKnownLink istead of makeLink. A page pointing to another page must exist...
authorJens Frank <jeluf@users.mediawiki.org>
Mon, 12 Jul 2004 23:00:08 +0000 (23:00 +0000)
committerJens Frank <jeluf@users.mediawiki.org>
Mon, 12 Jul 2004 23:00:08 +0000 (23:00 +0000)
includes/Parser.php

index 204dc69..3cbefc8 100644 (file)
@@ -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 ) ) ;
                        }
                }