Revert r26414 -- causes image reverts to fail as it disables the revert action
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 7 Oct 2007 20:44:16 +0000 (20:44 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 7 Oct 2007 20:44:16 +0000 (20:44 +0000)
RELEASE-NOTES
includes/Wiki.php

index 47911f9..81781ff 100644 (file)
@@ -87,8 +87,6 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (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
-* (bug 11561) Don't throw a PHP fatal error when non-existent "revert" action
-  attempted
 * (bug 9718) Remove unnecessary css from main.css causing spacing issues on
   some browsers.
 * (bug 11574) Add an interface message loginstart, which, similarly to loginend,
index 037bc4a..72a6a61 100644 (file)
@@ -385,6 +385,7 @@ class MediaWiki {
                        case 'watch':
                        case 'unwatch':
                        case 'delete':
+                       case 'revert':
                        case 'rollback':
                        case 'protect':
                        case 'unprotect':