r32310 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32309‎ | r32310 | r32311 >
Date:23:24, 21 March 2008
Author:brion
Status:old
Tags:
Comment:
missed a Namespace::
Modified paths:
  • /trunk/phase3/includes/Linker.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Linker.php
@@ -92,7 +92,7 @@
9393 if ( !empty( $s->page_is_redirect ) ) {
9494 # Page is a redirect
9595 $colour = 'mw-redirect';
96 - } elseif ( $threshold > 0 && $s->page_len < $threshold && Namespace::isContent( $s->page_namespace ) ) {
 96+ } elseif ( $threshold > 0 && $s->page_len < $threshold && MWNamespace::isContent( $s->page_namespace ) ) {
9797 # Page is a stub
9898 $colour = 'stub';
9999 }

Status & tagging log