Don't look for pipes in the root node.
[lhc/web/wiklou.git] / 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;