Fix PHP fatal error when doing 'undo' on a revision which exists but has no predecessors.
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 5 Mar 2007 20:58:17 +0000 (20:58 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 5 Mar 2007 20:58:17 +0000 (20:58 +0000)
commit27d0fcc43f28b25b9096846a702a6756d6cbb028
tree2646f77430106dc52277bf1ab7ad017f747b0f60
parent9b9485eb695ff5e821fa62b3697daaa9feebfd28
Fix PHP fatal error when doing 'undo' on a revision which exists but has no predecessors.
Failure of sanity checks for undo now shows warning instead of silent ignore.
includes/EditPage.php