mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 18:58:56 +00:00
Silence errors in lines 496 and 498 in NNTP.php.
This commit is contained in:
@@ -493,9 +493,9 @@ class NNTP extends Net_NNTP_Client
|
||||
foreach ($overview as $name => $element) {
|
||||
// Strip Xref:
|
||||
if ($element === true) {
|
||||
$header[$iterator] = substr($header[$iterator], 6);
|
||||
@$header[$iterator] = substr($header[$iterator], 6);
|
||||
}
|
||||
$headerArray[$name] = $header[$iterator++];
|
||||
@$headerArray[$name] = $header[$iterator++];
|
||||
}
|
||||
// Add the individual header array back to the return array.
|
||||
$data[$key] = $headerArray;
|
||||
|
||||
Reference in New Issue
Block a user