Fix the PHP Fatal error: Unsupported operand types in NZB.php on line 342

This commit is contained in:
Darko
2015-06-19 10:24:28 +02:00
parent 9bb992c62c
commit 7c927c738b
+1 -1
View File
@@ -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,