r88470 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r88469
|
r88470
|
r88471
>
Date:
18:01, 20 May 2011
Author:
platonides
Status:
ok
Tags:
Comment:
Even it shouldn't happen, let's remove the var_dump() from the code.
Follow up to
r87804
Modified paths:
/trunk/phase3/includes/revisiondelete/RevisionDelete.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/revisiondelete/RevisionDelete.php
—
—
@@ -71,7 +71,6 @@
72
72
return new RevDel_ArchivedRevisionItem( $this, $row );
73
73
} else {
74
74
// This shouldn't happen. :)
75
- var_dump( $row );
76
75
throw new MWException( 'Invalid row type in RevDel_RevisionList' );
77
76
}
78
77
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r87804
* (
bug 21279
) Special:RevisionDelete now uses revision ID for deleted-page re...
brion
01:11, 10 May 2011
Status & tagging log
19:55, 20 May 2011
Jack Phoenix
(
talk
|
contribs
)
changed the
status
of r88470
[
removed:
new
added:
ok]