mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update mod_action.php
This commit is contained in:
parent
e6d29d9800
commit
fb23edcce6
@ -39,6 +39,7 @@ switch ($mode)
|
|||||||
|
|
||||||
change_tor_status($attach_id, $status);
|
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_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(
|
$log_action->mod('mod_topic_change_tor_status', array(
|
||||||
'forum_id' => $tor['forum_id'],
|
'forum_id' => $tor['forum_id'],
|
||||||
|
Loading…
Reference in New Issue
Block a user