From: Brion Vibber Date: Sun, 7 Oct 2007 20:44:16 +0000 (+0000) Subject: Revert r26414 -- causes image reverts to fail as it disables the revert action X-Git-Tag: 1.31.0-rc.0~51204 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=202b5d1a47be3629251cf9fb695b94449003a512;p=lhc%2Fweb%2Fwiklou.git Revert r26414 -- causes image reverts to fail as it disables the revert action --- 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':