Even it shouldn't happen, let's remove the var_dump() from the code.

Follow up to r87804
This commit is contained in:
Platonides 2011-05-20 18:01:17 +00:00
parent e22c5cb3e7
commit 8518183d2f

View file

@ -71,7 +71,6 @@ class RevDel_RevisionList extends RevDel_List {
return new RevDel_ArchivedRevisionItem( $this, $row );
} else {
// This shouldn't happen. :)
var_dump( $row );
throw new MWException( 'Invalid row type in RevDel_RevisionList' );
}
}