Fix typo in spoolnews.php to point to correct resource when checking to update threads.

This commit is contained in:
Retro_Guy 2023-12-19 04:34:21 -07:00
parent c4c512457b
commit e40bc37e06
1 changed files with 1 additions and 1 deletions

View File

@ -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);