From: Brion Vibber Date: Thu, 25 May 2006 22:13:41 +0000 (+0000) Subject: * (bug 6086) Remove vestigial attempt to call Article::validate() X-Git-Tag: 1.31.0-rc.0~57032 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=a75f16b262dad6ea0df6966d624f81ab74de983e;p=lhc%2Fweb%2Fwiklou.git * (bug 6086) Remove vestigial attempt to call Article::validate() --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a33eee8a65..4c32a65af7 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -336,6 +336,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Added $wgGrammarForms global * Fixed hardcoded 'done.' when removing watchlist entries. * (bug 5962) Update for Italian language (it) +* (bug 6086) Remove vestigial attempt to call Article::validate() + == Compatibility == diff --git a/includes/Wiki.php b/includes/Wiki.php index be3a8b41c7..187dc06f92 100644 --- a/includes/Wiki.php +++ b/includes/Wiki.php @@ -334,7 +334,6 @@ class MediaWiki { case 'unprotect': case 'info': case 'markpatrolled': - case 'validate': case 'render': case 'deletetrackback': case 'purge':