https://bugzilla.wikimedia.org/show_bug.cgi?id=21773
--- Comment #1 from Subfader <[email protected]> 2009-12-14 15:26:19 UTC --- Just for those who want to manually fix it: includes/SiteStats.php > static function pagesInNs( $ns ) array( 'page_namespace' => $ns ) to array( 'page_namespace' => $ns, 'page_is_redirect' => '0' ) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
