Update admin_forums.php

This commit is contained in:
Roman Kelesidis 2024-01-06 14:15:00 +07:00
parent adc2184500
commit 1442ec7b49

View File

@ -459,6 +459,7 @@ if ($mode)
{
// Delete everything from forum
topic_delete('prune', $from_id, 0, true);
$datastore->update('stats');
}
else
{