From: Rob Church Date: Thu, 4 Oct 2007 20:54:35 +0000 (+0000) Subject: (bug 11561) Don't throw a PHP fatal error when non-existent "revert" action attempted X-Git-Tag: 1.31.0-rc.0~51219 X-Git-Url: http://git.cyclocoop.org/clavettes/images/siteon3.jpg?a=commitdiff_plain;h=58536527c7ef0f3c4798b33c06a1e0a482cac5b9;p=lhc%2Fweb%2Fwiklou.git (bug 11561) Don't throw a PHP fatal error when non-existent "revert" action attempted --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6d395da19c..a845bcb90a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -86,8 +86,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Compatibility with incorrectly detected old-style DJVU mime types * (bug 11560) Fix broken HTML output from weird link nesting in edit comments. Nested links (as in image caption text) still don't work _right_ but they're - less wrong. - + less wrong +* (bug 11561) Don't throw a PHP fatal error when non-existent "revert" action + attempted === API changes in 1.12 === diff --git a/includes/Wiki.php b/includes/Wiki.php index 72a6a61db8..037bc4af6a 100644 --- a/includes/Wiki.php +++ b/includes/Wiki.php @@ -385,7 +385,6 @@ class MediaWiki { case 'watch': case 'unwatch': case 'delete': - case 'revert': case 'rollback': case 'protect': case 'unprotect':