http://www.mediawiki.org/wiki/Special:Code/MediaWiki/65332

Revision: 65332
Author:   reedy
Date:     2010-04-20 16:35:26 +0000 (Tue, 20 Apr 2010)

Log Message:
-----------
querypage-work2: Add missing constructor to 
specials/SpecialMostlinkedtemplates.php

Modified Paths:
--------------
    
branches/querypage-work2/phase3/includes/specials/SpecialMostlinkedtemplates.php

Modified: 
branches/querypage-work2/phase3/includes/specials/SpecialMostlinkedtemplates.php
===================================================================
--- 
branches/querypage-work2/phase3/includes/specials/SpecialMostlinkedtemplates.php
    2010-04-20 16:32:47 UTC (rev 65331)
+++ 
branches/querypage-work2/phase3/includes/specials/SpecialMostlinkedtemplates.php
    2010-04-20 16:35:26 UTC (rev 65332)
@@ -13,6 +13,10 @@
  */
 class MostlinkedTemplatesPage extends QueryPage {
 
+       function __construct() {
+                       SpecialPage::__construct( 'MostlinkedTemplatesPage' );
+       }
+
        /**
         * Name of the report
         *



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to