From: Alexandre Emsenhuber Date: Thu, 21 Jul 2011 12:13:01 +0000 (+0000) Subject: Fix for r92740: removed debugging code X-Git-Tag: 1.31.0-rc.0~28702 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=702c258aec13b185c2f0721da896faff6319558d;p=lhc%2Fweb%2Fwiklou.git Fix for r92740: removed debugging code --- 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;