Respond to missing articles using thread_cache_removearticle in message.inc.php.
This commit is contained in:
parent
78d4003133
commit
df79eb256e
|
@ -281,7 +281,7 @@ function message_read($id, $bodynum = 0, $group = "")
|
|||
// should check, if the thread stored in the spool-directory
|
||||
// also doesnt't contain that article...
|
||||
thread_cache_removearticle($group, $id);
|
||||
file_put_contents($debug_log, "\n" . logging_prefix() . " " . $config_name . " Unable to retrieve: " . $group . ":" . $id . " from local server", FILE_APPEND);
|
||||
file_put_contents($debug_log, "\n" . logging_prefix() . " " . $config_name . " Unable to retrieve: " . $group . ":" . $id . " from local server. Removing...", FILE_APPEND);
|
||||
return false;
|
||||
} else {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue