r48838 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r48837
|
r48838
|
r48839
>
Date:
18:21, 25 March 2009
Author:
aaron
Status:
ok (
Comments
)
Tags:
Comment:
fix for old image deletion log params
Modified paths:
/trunk/phase3/includes/specials/SpecialRevisiondelete.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialRevisiondelete.php
—
—
@@ -1015,7 +1015,7 @@
1016
1016
if( $filesObjs[$archivename]->deleted & File::DELETED_FILE ) {
1017
1017
if( $bitfield & File::DELETED_FILE ) {
1018
1018
# Leave it alone if we are not changing this...
1019
- $set[]=$archivename;
1019
+ $set[]=$timestamp;
1020
1020
$transaction = true;
1021
1021
} else {
1022
1022
# We are moving this out
Comments
#
Comment by
Aaron Schulz
(
talk
|
contribs
)
04:33, 19 April 2009
Status seems to be in error...this change is unrelated to the previous ones.
Status & tagging log
03:28, 2 June 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r48838
[
removed:
deferred
added:
ok]
03:27, 2 June 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r48838
[
removed:
new
added:
deferred]
04:33, 19 April 2009
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r48838
[
removed:
fixme
added:
new]
23:12, 15 April 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r48838
[
removed:
new
added:
fixme]