[CONTROLLR][UserPanel][PLUGINS] Add submit button to notification settings for each transport
This commit is contained in:
@@ -39,7 +39,8 @@ class XMPPNotifications extends Plugin
|
||||
{
|
||||
public function onAddNotificationTransport(&$form_defs): bool
|
||||
{
|
||||
$form_defs['xmpp'] = $form_defs['placeholder'];
|
||||
$form_defs['xmpp'] = $form_defs['placeholder'];
|
||||
$form_defs['xmpp'][] = $form_defs['placeholder']['save']('XMMP', 'save_xmpp');
|
||||
return Event::next;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user