r80183 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80182‎ | r80183 | r80184 >
Date:18:04, 13 January 2011
Author:reedy
Status:ok
Tags:
Comment:
Followup r80122, protected, just incase it's needed..
Modified paths:
  • /trunk/phase3/includes/filerepo/ForeignAPIRepo.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialContributions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/ForeignAPIRepo.php
@@ -102,7 +102,6 @@
103103 return false;
104104 }
105105
106 -
107106 function fileExistsBatch( $files, $flags = 0 ) {
108107 $results = array();
109108 foreach ( $files as $k => $f ) {
@@ -129,6 +128,7 @@
130129 }
131130 return $results;
132131 }
 132+
133133 function getFileProps( $virtualUrl ) {
134134 return false;
135135 }
Index: trunk/phase3/includes/specials/SpecialContributions.php
@@ -29,7 +29,7 @@
3030
3131 class SpecialContributions extends SpecialPage {
3232
33 - private $opts;
 33+ protected $opts;
3434
3535 public function __construct() {
3636 parent::__construct( 'Contributions' );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r8012261 uses of $this->opts in SpecialContributions, so explicitally defining vari...reedy21:21, 12 January 2011

Status & tagging log