mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Update lan_notify.php
This commit is contained in:
@@ -359,7 +359,7 @@ class plugin_notify_admin_ui extends e_admin_ui
|
||||
|
||||
if(isset($this->notify_prefs['event'][$id]['class']) && $this->notify_prefs['event'][$id]['class'] != e_UC_NOBODY)
|
||||
{
|
||||
$text .= $frm->button('test['.$id.']', $id, 'confirm', 'Test');
|
||||
$text .= $frm->button('test['.$id.']', $id, 'confirm', LAN_TEST);
|
||||
}
|
||||
|
||||
|
||||
@@ -939,7 +939,7 @@ class notify_config
|
||||
|
||||
if(isset($this->notify_prefs['event'][$id]['class']) && $this->notify_prefs['event'][$id]['class'] != e_UC_NOBODY)
|
||||
{
|
||||
$text .= $frm->button('test['.$id.']', $id, 'confirm', 'Test');
|
||||
$text .= $frm->button('test['.$id.']', $id, 'confirm', LAN_TEST);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user