mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
Show torrent unregister action in log actions (#1696)
* Show torrent unregister action in log actions * Update LogAction.php * Update CHANGELOG.md * Update main.php * Update main.php
This commit is contained in:
parent
6f59d5fea6
commit
47e8c9a7ee
5 changed files with 15 additions and 3 deletions
|
@ -227,6 +227,7 @@ if ($log_rowset) {
|
|||
case $log_type['mod_topic_unset_downloaded']:
|
||||
case $log_type['mod_topic_change_tor_status']:
|
||||
case $log_type['mod_topic_change_tor_type']:
|
||||
case $log_type['mod_topic_tor_unregister']:
|
||||
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