r78789 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r78788
|
r78789
|
r78790
>
Date:
14:35, 22 December 2010
Author:
catrope
Status:
ok
Tags:
Comment:
Followup
r78786
: remove useless getTitle() override, was causing E_STRICT
Modified paths:
/trunk/phase3/includes/QueryPage.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/QueryPage.php
—
—
@@ -100,15 +100,6 @@
101
101
}
102
102
103
103
/**
104
- * Return title object representing this page
105
- *
106
- * @return Title
107
- */
108
- function getTitle() {
109
- return SpecialPage::getTitleFor( $this->getName() );
110
- }
111
-
112
- /**
113
104
* Subclasses return an SQL query here, formatted as an array with the
114
105
* following keys:
115
106
* tables => Table(s) for passing to Database::select()
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r78786
Merge querypage-work2 branch from trunk. The most relevant changes are:...
catrope
14:16, 22 December 2010
Status & tagging log
01:08, 8 January 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r78789
[
removed:
new
added:
ok]