r23360 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23359‎ | r23360 | r23361 >
Date:05:45, 25 June 2007
Author:robchurch
Status:old
Tags:
Comment:
Update
Modified paths:
  • /branches/robchurch/reports/includes/QueryPage.php (modified) (history)

Diff [purge]

Index: branches/robchurch/reports/includes/QueryPage.php
@@ -34,11 +34,6 @@
3535 );
3636 wfRunHooks( 'wgQueryPages', array( &$wgQueryPages ) );
3737
38 -global $wgDisableCounters;
39 -if ( !$wgDisableCounters )
40 - $wgQueryPages[] = array( 'PopularPagesPage', 'Popularpages' );
41 -
42 -
4338 /**
4439 * This is a class for doing query pages; since they're almost all the same,
4540 * we factor out some of the functionality into a superclass, and let

Status & tagging log