r72237 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72236‎ | r72237 | r72238 >
Date:22:11, 2 September 2010
Author:reedy
Status:ok
Tags:
Comment:
$file->group to $this->group
Modified paths:
  • /trunk/phase3/includes/filerepo/ArchivedFile.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/ArchivedFile.php
@@ -218,7 +218,7 @@
219219 * Return the FileStore storage group
220220 */
221221 public function getGroup() {
222 - return $file->group;
 222+ return $this->group;
223223 }
224224
225225 /**

Status & tagging log