@@ -50,8 +50,7 @@ |
||
50 | 50 | if ($method === '7' || $method === '8') { |
51 | 51 | $compressedHeaders = config('nntmux_nntp.compressed_headers'); |
52 | 52 | if ((config('nntmux_nntp.use_alternate_nntp_server') === true ? |
53 | - $nntp->doConnect($compressedHeaders, true) : |
|
54 | - $nntp->doConnect()) !== true) { |
|
53 | + $nntp->doConnect($compressedHeaders, true) : $nntp->doConnect()) !== true) { |
|
55 | 54 | $this->error('Unable to connect to usenet.'); |
56 | 55 | |
57 | 56 | return 1; |