From 7c9b049d3f743eec9d6ed4e1d498a6e98e9db61b Mon Sep 17 00:00:00 2001 From: Reedy Date: Sat, 2 Jan 2016 18:53:28 +0000 Subject: [PATCH] OutputPage::blockedPage() was removed Change-Id: Ie25b69e14155869ff0374a49f1ec3806f026da9d --- RELEASE-NOTES-1.27 | 1 + includes/OutputPage.php | 9 --------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27 index 458f5df2c1..44625aaf99 100644 --- a/RELEASE-NOTES-1.27 +++ b/RELEASE-NOTES-1.27 @@ -199,6 +199,7 @@ changes to languages because of Phabricator reports. * WikiPage::getUsedTemplates() was removed (deprecated since 1.19). * wfEmptyMsg() was removed (deprecated since 1.18). * OutputPage::permissionRequired() was removed (deprecated since 1.18). +* OutputPage::blockedPage() was removed (deprecated since 1.18). == Compatibility == diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 12b8204ade..946999c786 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -2338,15 +2338,6 @@ class OutputPage extends ContextSource { print $ins; } - /** - * Produce a "user is blocked" page. - * @deprecated since 1.18 - */ - function blockedPage() { - wfDeprecated( __METHOD__, '1.18' ); - throw new UserBlockedError( $this->getUser()->mBlock ); - } - /** * Prepare this object to display an error page; disable caching and * indexing, clear the current text and redirect, set the page's title -- 2.20.1