This commit is contained in:
Roman Kelesidis 2024-07-13 14:14:43 +07:00
commit 0ff7d4ac60
2 changed files with 0 additions and 2 deletions

View file

@ -192,7 +192,6 @@ if (!empty($mod)) {
}
unset($mod);
$datastore->update('moderators');
// Build index page
$forums_count = 0;

View file

@ -85,7 +85,6 @@ switch ($mode) {
$html = ': ';
$html .= ($moderators) ? implode(', ', $moderators) : $lang['NONE'];
$datastore->update('moderators');
break;
case 'get_traf_stats':