mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Updated
This commit is contained in:
parent
d426b01c2a
commit
3391d0ce64
2 changed files with 2 additions and 0 deletions
|
@ -235,6 +235,7 @@ if ($log_rowset) {
|
|||
case $log_type['mod_post_pin']:
|
||||
case $log_type['mod_post_unpin']:
|
||||
case $log_type['mod_topic_split']:
|
||||
case $log_type['mod_topic_attach_updated']:
|
||||
// topic_title
|
||||
if (!empty($row['log_topic_title'])) {
|
||||
$topic_title = $row['log_topic_title'];
|
||||
|
|
|
@ -35,6 +35,7 @@ class LogAction
|
|||
'mod_topic_tor_unregister' => 17,
|
||||
'mod_topic_tor_register' => 18,
|
||||
'mod_topic_tor_delete' => 19,
|
||||
'mod_topic_attach_updated' => 20,
|
||||
];
|
||||
public $log_type_select = [];
|
||||
public $log_disabled = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue