mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
Show torrent status changes in actions log (#1688)
* Show torrent status changes in actions log * Updated * Updated * Update mod_action.php * Update CHANGELOG.md
This commit is contained in:
parent
66e7db25bf
commit
58e6ffac7f
6 changed files with 43 additions and 4 deletions
|
@ -225,6 +225,7 @@ if ($log_rowset) {
|
|||
case $log_type['mod_topic_unlock']:
|
||||
case $log_type['mod_topic_set_downloaded']:
|
||||
case $log_type['mod_topic_unset_downloaded']:
|
||||
case $log_type['mod_topic_change_tor_status']:
|
||||
case $log_type['mod_topic_renamed']:
|
||||
case $log_type['mod_post_delete']:
|
||||
case $log_type['mod_post_pin']:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue