From: Chad Horohoe Date: Tue, 7 Dec 2010 20:13:47 +0000 (+0000) Subject: Per CR, fix debugging code from r70835 X-Git-Tag: 1.31.0-rc.0~33467 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=f077994540cf128154d2f651d6a01d2bf43664e2;p=lhc%2Fweb%2Fwiklou.git Per CR, fix debugging code from r70835 --- diff --git a/trackback.php b/trackback.php index b996ba6aeb..f673c50877 100644 --- a/trackback.php +++ b/trackback.php @@ -38,7 +38,7 @@ XML; public function __construct() { global $wgUseTrackbacks, $wgRequest; - if( !$wgUseTrackbacks && false ) + if( !$wgUseTrackbacks ) $this->XMLerror( "Trackbacks are disabled" ); $this->r = $wgRequest;