r65329 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65328‎ | r65329 | r65330 >
Date:16:01, 20 April 2010
Author:reedy
Status:deferred
Tags:
Comment:
querypage-work2

Fix class name in SpecialMostlinkedtemplates to MostlinkedTemplatesPage

Comment out getName
Modified paths:
  • /branches/querypage-work2/phase3/includes/QueryPage.php (modified) (history)
  • /branches/querypage-work2/phase3/includes/specials/SpecialMostlinkedtemplates.php (modified) (history)

Diff [purge]

Index: branches/querypage-work2/phase3/includes/specials/SpecialMostlinkedtemplates.php
@@ -11,7 +11,7 @@
1212 * @ingroup SpecialPage
1313 * @author Rob Church <robchur@gmail.com>
1414 */
15 -class SpecialMostlinkedtemplates extends QueryPage {
 15+class MostlinkedTemplatesPage extends QueryPage {
1616
1717 /**
1818 * Name of the report
Index: branches/querypage-work2/phase3/includes/QueryPage.php
@@ -97,8 +97,8 @@
9898 *
9999 * @return String
100100 */
101 - abstract function getName();
102 - }
 101+// abstract function getName();
 102+// }
103103
104104 /**
105105 * Return title object representing this page

Status & tagging log