Update LogAction.php

This commit is contained in:
Roman Kelesidis 2025-08-20 15:48:33 +03:00
commit 4400fc0645
No known key found for this signature in database
GPG key ID: D8157C4D4C4C6DB4

View file

@ -35,6 +35,11 @@ class LogAction
'mod_topic_tor_unregister' => 17, 'mod_topic_tor_unregister' => 17,
'mod_topic_tor_register' => 18, 'mod_topic_tor_register' => 18,
'mod_topic_tor_delete' => 19, 'mod_topic_tor_delete' => 19,
'topic_poll_started' => 20,
'topic_poll_finish' => 21,
'topic_poll_deleted' => 22,
'topic_poll_added' => 23,
'topic_poll_edited' => 24
]; ];
public $log_type_select = []; public $log_type_select = [];
public $log_disabled = false; public $log_disabled = false;