Fix typo in spoolnews.php.

This commit is contained in:
Retro_Guy 2023-12-27 17:42:11 -07:00
parent 4f315bfebf
commit 2bbc019daf
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ function get_articles($ns, $group)
chmod($nocem_file, 0644);
if ($save_nocem_messages == true) {
$saved_nocem_file = tempnam($nocem_dir, $is_from[0]['mailbox'] . "@" . $is_from[0]['host'] . "[" . date("Y.m.d.H.i.s") . "]-");
copy(articleHandle, $saved_nocem_file);
copy($articleHandle, $saved_nocem_file);
}
}
}