From a9ab712c4c8d4e16500a5b146e58623442be239d Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 20 Jun 2012 19:14:08 +0200 Subject: [PATCH] fix typo in error message Change-Id: Idb2e799e383a51dbad1a5b57f37b6bf24d142b4d --- includes/actions/RawAction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/actions/RawAction.php b/includes/actions/RawAction.php index beabb3b3ff..394625fb58 100644 --- a/includes/actions/RawAction.php +++ b/includes/actions/RawAction.php @@ -151,7 +151,7 @@ class RawAction extends FormlessAction { $content = $rev->getContent(); if ( !$content instanceof TextContent ) { - wfHttpError( 406, "Not Acceptable", "The requeste page uses the content model `" + wfHttpError( 406, "Not Acceptable", "The requested page uses the content model `" . $content->getModel() . "` which is not supported via this interface." ); die(); } -- 2.20.1