r65332 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65331‎ | r65332 | r65333 >
Date:16:35, 20 April 2010
Author:reedy
Status:deferred
Tags:
Comment:
querypage-work2: Add missing constructor to specials/SpecialMostlinkedtemplates.php
Modified paths:
  • /branches/querypage-work2/phase3/includes/specials/SpecialMostlinkedtemplates.php (modified) (history)

Diff [purge]

Index: branches/querypage-work2/phase3/includes/specials/SpecialMostlinkedtemplates.php
@@ -13,6 +13,10 @@
1414 */
1515 class MostlinkedTemplatesPage extends QueryPage {
1616
 17+ function __construct() {
 18+ SpecialPage::__construct( 'MostlinkedTemplatesPage' );
 19+ }
 20+
1721 /**
1822 * Name of the report
1923 *

Status & tagging log