r57147 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r57146
|
r57147
|
r57148
>
Date:
19:46, 30 September 2009
Author:
aaron
Status:
ok
Tags:
Comment:
unbreak deleted file viewing
Modified paths:
/trunk/phase3/includes/filerepo/ArchivedFile.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/filerepo/ArchivedFile.php
—
—
@@ -33,7 +33,7 @@
34
34
$this->id = -1;
35
35
$this->title = false;
36
36
$this->name = false;
37
- $this->group = '';
37
+ $this->group = 'deleted'; // needed for direct use of constructor
38
38
$this->key = '';
39
39
$this->size = 0;
40
40
$this->bits = 0;
Status & tagging log
21:54, 30 September 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r57147
[
removed:
new
added:
ok]