Per CR, fix debugging code from r70835
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 7 Dec 2010 20:13:47 +0000 (20:13 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 7 Dec 2010 20:13:47 +0000 (20:13 +0000)
trackback.php

index b996ba6..f673c50 100644 (file)
@@ -38,7 +38,7 @@ XML;
        public function __construct() {
                global $wgUseTrackbacks, $wgRequest;
 
-               if( !$wgUseTrackbacks && false )
+               if( !$wgUseTrackbacks )
                        $this->XMLerror( "Trackbacks are disabled" );
 
                $this->r = $wgRequest;