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 @@
101101 }
102102
103103 /**
104 - * Return title object representing this page
105 - *
106 - * @return Title
107 - */
108 - function getTitle() {
109 - return SpecialPage::getTitleFor( $this->getName() );
110 - }
111 -
112 - /**
113104 * Subclasses return an SQL query here, formatted as an array with the
114105 * following keys:
115106 * tables => Table(s) for passing to Database::select()

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r78786Merge querypage-work2 branch from trunk. The most relevant changes are:...catrope14:16, 22 December 2010

Status & tagging log