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 @@
219
219
* Return the FileStore storage group
220
220
*/
221
221
public function getGroup() {
222
- return $file->group;
222
+ return $this->group;
223
223
}
224
224
225
225
/**
Status & tagging log
17:49, 16 October 2010
Bryan
(
talk
|
contribs
)
changed the
status
of r72237
[
removed:
new
added:
ok]