From f077994540cf128154d2f651d6a01d2bf43664e2 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 7 Dec 2010 20:13:47 +0000 Subject: [PATCH] Per CR, fix debugging code from r70835 --- trackback.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1