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

Revision: 65329
Author:   reedy
Date:     2010-04-20 16:01:28 +0000 (Tue, 20 Apr 2010)

Log Message:
-----------
querypage-work2

Fix class name in SpecialMostlinkedtemplates to MostlinkedTemplatesPage

Comment out getName

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

Modified: branches/querypage-work2/phase3/includes/QueryPage.php
===================================================================
--- branches/querypage-work2/phase3/includes/QueryPage.php      2010-04-20 
15:27:37 UTC (rev 65328)
+++ branches/querypage-work2/phase3/includes/QueryPage.php      2010-04-20 
16:01:28 UTC (rev 65329)
@@ -97,8 +97,8 @@
         *
         * @return String
         */
-       abstract function getName();
-       }
+//     abstract function getName();
+//     }
 
        /**
         * Return title object representing this page

Modified: 
branches/querypage-work2/phase3/includes/specials/SpecialMostlinkedtemplates.php
===================================================================
--- 
branches/querypage-work2/phase3/includes/specials/SpecialMostlinkedtemplates.php
    2010-04-20 15:27:37 UTC (rev 65328)
+++ 
branches/querypage-work2/phase3/includes/specials/SpecialMostlinkedtemplates.php
    2010-04-20 16:01:28 UTC (rev 65329)
@@ -11,7 +11,7 @@
  * @ingroup SpecialPage
  * @author Rob Church <[email protected]>
  */
-class SpecialMostlinkedtemplates extends QueryPage {
+class MostlinkedTemplatesPage extends QueryPage {
 
        /**
         * Name of the report



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

Reply via email to