From 5e496d0d7a23540b71d0b301e2b217fa353d7b48 Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Mon, 4 Mar 2019 14:52:57 +0100 Subject: [PATCH] Fixed url target in Supervisor Former-commit-id: 4e69ec7a157d8bceb3cbfc88c52a886a4353dc0e --- pandora_console/include/class/ConsoleSupervisor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/class/ConsoleSupervisor.php b/pandora_console/include/class/ConsoleSupervisor.php index 64643b4c58..be772d129e 100644 --- a/pandora_console/include/class/ConsoleSupervisor.php +++ b/pandora_console/include/class/ConsoleSupervisor.php @@ -444,7 +444,7 @@ class ConsoleSupervisor 'send_email_user', [ $user['id_user'], - io_safe_output($notification['mensaje']).'

'.$notification['url'], + io_safe_output($notification['mensaje']).'

'.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']).'

'.$notification['url'], + io_safe_output($notification['mensaje']).'

'.ui_get_full_url($notification['url']), io_safe_output($notification['subject']), null, $blacklist,