Update mod_action.php

This commit is contained in:
Roman Kelesidis 2024-12-01 23:12:17 +07:00
parent e6d29d9800
commit fb23edcce6

View File

@ -39,6 +39,7 @@ switch ($mode)
change_tor_status($attach_id, $status);
// Log action
$log_msg = sprintf($lang['TOR_STATUS_LOG_ACTION'], $bb_cfg['tor_icons'][$status] . ' <b> ' . $lang['TOR_STATUS_NAME'][$status] . '</b>', $bb_cfg['tor_icons'][$tor['tor_status']] . ' <b> ' . $lang['TOR_STATUS_NAME'][$tor['tor_status']] . '</b>');
$log_action->mod('mod_topic_change_tor_status', array(
'forum_id' => $tor['forum_id'],