From c4e3251395b2c6f7a2676ff2ce3e5ecf4eae27e1 Mon Sep 17 00:00:00 2001 From: Happy-melon Date: Tue, 15 Mar 2011 15:56:40 +0000 Subject: [PATCH] Fix notice from TWN, reported in r83786 CR --- includes/specials/SpecialBlock.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialBlock.php b/includes/specials/SpecialBlock.php index 14b887c676..cd6ad373f5 100644 --- a/includes/specials/SpecialBlock.php +++ b/includes/specials/SpecialBlock.php @@ -507,7 +507,7 @@ class SpecialBlock extends SpecialPage { } if( !$wgBlockAllowsUTEdit ){ - $data['PreventUTEdit'] = true; + $data['DisableUTEdit'] = true; } # If the user has done the form 'properly', they won't even have been given the -- 2.20.1