From 202b5d1a47be3629251cf9fb695b94449003a512 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sun, 7 Oct 2007 20:44:16 +0000 Subject: [PATCH] Revert r26414 -- causes image reverts to fail as it disables the revert action --- RELEASE-NOTES | 2 -- includes/Wiki.php | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 47911f9291..81781ff3a1 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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, diff --git a/includes/Wiki.php b/includes/Wiki.php index 037bc4af6a..72a6a61db8 100644 --- a/includes/Wiki.php +++ b/includes/Wiki.php @@ -385,6 +385,7 @@ class MediaWiki { case 'watch': case 'unwatch': case 'delete': + case 'revert': case 'rollback': case 'protect': case 'unprotect': -- 2.20.1