From 702c258aec13b185c2f0721da896faff6319558d Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Thu, 21 Jul 2011 12:13:01 +0000 Subject: [PATCH] Fix for r92740: removed debugging code --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Skin.php b/includes/Skin.php index f26a2c32f0..b0858c66ad 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -322,7 +322,7 @@ abstract class Skin extends ContextSource { || !$this->getUser()->matchEditToken( $this->getRequest()->getVal( 'wpEditToken' ) ) ) { - #return false; + return false; } if ( !$this->getTitle()->isJsSubpage() && !$this->getTitle()->isCssSubpage() ) { return false; -- 2.20.1