mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Fixed url target in Supervisor
Former-commit-id: 4e69ec7a157d8bceb3cbfc88c52a886a4353dc0e
This commit is contained in:
parent
41138fbfbb
commit
5e496d0d7a
@ -444,7 +444,7 @@ class ConsoleSupervisor
|
||||
'send_email_user',
|
||||
[
|
||||
$user['id_user'],
|
||||
io_safe_output($notification['mensaje']).'<br><hl><br>'.$notification['url'],
|
||||
io_safe_output($notification['mensaje']).'<br><hl><br>'.ui_get_full_url($notification['url']),
|
||||
io_safe_output($notification['subject']),
|
||||
]
|
||||
);
|
||||
@ -478,7 +478,7 @@ class ConsoleSupervisor
|
||||
'send_email_group',
|
||||
[
|
||||
$group['id_group'],
|
||||
io_safe_output($notification['mensaje']).'<br><hl><br>'.$notification['url'],
|
||||
io_safe_output($notification['mensaje']).'<br><hl><br>'.ui_get_full_url($notification['url']),
|
||||
io_safe_output($notification['subject']),
|
||||
null,
|
||||
$blacklist,
|
||||
|
Loading…
x
Reference in New Issue
Block a user