mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
Fix the PHP Fatal error: Unsupported operand types in NZB.php on line 342
This commit is contained in:
@@ -333,7 +333,7 @@ class NZB
|
||||
*
|
||||
* @access public
|
||||
*/
|
||||
public function nzbFileList($nzb, array $options = null)
|
||||
public function nzbFileList($nzb, array $options = [])
|
||||
{
|
||||
$defaults = [
|
||||
'no-file-key' => true,
|
||||
|
||||
Reference in New Issue
Block a user