mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge pull request #2429 from Nicofuma/ticket/12074
[ticket/12074] Managing extensions doesn't produce any log entry * Nicofuma/ticket/12074: [ticket/12074] Update the visibility of the constructor [ticket/12074] Don't log errors [ticket/12074] Managing extensions doesn't produce any log entry
This commit is contained in:
@@ -777,4 +777,8 @@ $lang = array_merge($lang, array(
|
||||
'LOG_WORD_ADD' => '<strong>Added word censor</strong><br />» %s',
|
||||
'LOG_WORD_DELETE' => '<strong>Deleted word censor</strong><br />» %s',
|
||||
'LOG_WORD_EDIT' => '<strong>Edited word censor</strong><br />» %s',
|
||||
|
||||
'LOG_EXT_ENABLE' => '<strong>Extension enabled</strong><br />» %s',
|
||||
'LOG_EXT_DISABLE' => '<strong>Extension disabled</strong><br />» %s',
|
||||
'LOG_EXT_PURGE' => '<strong>Extension’s data deleted</strong><br />» %s',
|
||||
));
|
||||
|
Reference in New Issue
Block a user