We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6999a commit 1c0f25cCopy full SHA for 1c0f25c
1 file changed
event/listener.php
@@ -109,7 +109,7 @@ public function load_template_data()
109
110
if (!$this->language->is_set('NOTIFICATION_METHOD_PHPBB_WPN_WEBPUSH'))
111
{
112
- $this->language->add_lang('webpushnotifications_module_ucp', 'phpbb/webpushnotifications');
+ $this->load_language();
113
}
114
115
$template_ary = $webpush_method['method']->get_ucp_template_data($this->controller_helper, $this->form_helper);
0 commit comments