r75440 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75439‎ | r75440 | r75441 >
Date:16:37, 26 October 2010
Author:reedy
Status:ok
Tags:
Comment:
Followup r75282, remove now unused class variables
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryPageProps.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryPageProps.php
@@ -36,7 +36,7 @@
3737 */
3838 class ApiQueryPageProps extends ApiQueryBase {
3939
40 - private $params, $titles, $missing, $everything;
 40+ private $params;
4141
4242 public function __construct( $query, $moduleName ) {
4343 parent::__construct( $query, $moduleName, 'pp' );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r75282Follow-up r70638:...btongminh18:53, 23 October 2010

Status & tagging log