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 @@
14
14
*/
15
15
class MostlinkedTemplatesPage extends QueryPage {
16
16
17
+ function __construct() {
18
+ SpecialPage::__construct( 'MostlinkedTemplatesPage' );
19
+ }
20
+
17
21
/**
18
22
* Name of the report
19
23
*
Status & tagging log
18:58, 10 May 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r65332
[
removed:
new
added:
deferred]