(bug 11561) Don't throw a PHP fatal error when non-existent "revert" action attempted
authorRob Church <robchurch@users.mediawiki.org>
Thu, 4 Oct 2007 20:54:35 +0000 (20:54 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Thu, 4 Oct 2007 20:54:35 +0000 (20:54 +0000)
RELEASE-NOTES
includes/Wiki.php

index 6d395da..a845bcb 100644 (file)
@@ -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 ===
 
index 72a6a61..037bc4a 100644 (file)
@@ -385,7 +385,6 @@ class MediaWiki {
                        case 'watch':
                        case 'unwatch':
                        case 'delete':
-                       case 'revert':
                        case 'rollback':
                        case 'protect':
                        case 'unprotect':