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