1
0

Add missing NOTIFICATION_CONFIRM_SUBMAIL_FAIL lang constant

PRevents a PHP 8 compatibility error when subscribing to a comment thread failed
This commit is contained in:
onli
2021-05-30 16:02:58 +02:00
parent 91a14c3dc7
commit 8852792674
62 changed files with 62 additions and 0 deletions

View File

@ -1282,3 +1282,4 @@
@define('PLUGIN_GROUP_ALL', 'All categories');
@define('PENDING_COMMENT_SUBSCRIPTION', 'Pending confirmation');
@define('NO_COMMENT_SUBSCRIPTION', 'Not subscribed');
@define('NOTIFICATION_CONFIRM_SUBMAIL_FAIL', 'Sorry, the confirmation of your subscription to new comments has failed.');