From e40bc37e069407289e9d54a6a7ca0dba66b2ea03 Mon Sep 17 00:00:00 2001 From: Retro_Guy Date: Tue, 19 Dec 2023 04:34:21 -0700 Subject: [PATCH] Fix typo in spoolnews.php to point to correct resource when checking to update threads. --- Rocksolid_Light/rslight/scripts/spoolnews.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rocksolid_Light/rslight/scripts/spoolnews.php b/Rocksolid_Light/rslight/scripts/spoolnews.php index f5c664d..61e3194 100644 --- a/Rocksolid_Light/rslight/scripts/spoolnews.php +++ b/Rocksolid_Light/rslight/scripts/spoolnews.php @@ -140,7 +140,7 @@ if ($CONFIG['remote_server'] != '') { if ($enable_rslight == 1) { if ($timer) { - if ($ns) { + if ($ns2) { file_put_contents($logfile, "\n" . format_log_date() . " " . $config_name . " Updating threads for: " . $name[0] . "...", FILE_APPEND); echo 'Use ns2: ' . $ns2 . "\n"; thread_load_newsserver($ns2, $name[0], 0);