From afa5e55e70b6fdf21f60f91e5ea456ab4e88b2cf Mon Sep 17 00:00:00 2001 From: jonnyboy Date: Thu, 21 Feb 2013 00:29:20 +0100 Subject: [PATCH] fixed nzb-import --- bin/monitor.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/monitor.php b/bin/monitor.php index f2518cbc4..626b82e36 100644 --- a/bin/monitor.php +++ b/bin/monitor.php @@ -737,6 +737,8 @@ while( $i > 0 ) //set command for nzb-import if ( $array['NZB_THREADS'] == "true" ) { $nzb_cmd = "$_php nzb-import-sub.php \"{$array['NZBS']}\""; + } else { + $nzb_cmd = "$_php nzb-import.php \"{$array['NZBS']}\" \"{$array['IMPORT_TRUE']}\""; } //check if sequential is set