From 375117a263f79cc85102cffc5d103664df9e9e74 Mon Sep 17 00:00:00 2001 From: pero1203 Date: Mon, 19 Jul 2021 16:26:50 +0200 Subject: [PATCH] Popravek linkov v mailu pri dodajanju uredniskega dostopa --- admin/survey/SurveyAdminAjax.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/survey/SurveyAdminAjax.php b/admin/survey/SurveyAdminAjax.php index 7e2654777..c11a68698 100644 --- a/admin/survey/SurveyAdminAjax.php +++ b/admin/survey/SurveyAdminAjax.php @@ -6265,7 +6265,7 @@ class SurveyAdminAjax { // Dodeljevanje uredniskega dostopa do ankete private function ajax_add_survey_dostop_popup(){ - global $lang, $pass_salt, $global_user_id, $site_path, $admin_type; + global $lang, $pass_salt, $global_user_id, $site_path, $site_url, $admin_type; $_POST['addusers'] = mysql_real_unescape_string($_POST['addusers']); $users = explode(NEW_LINE, $_POST['addusers']); @@ -6329,7 +6329,7 @@ class SurveyAdminAjax { $subject = $lang['srv_dostopmail_1'].' '.$naslov.'.'; - $content = $lang['srv_dostopmail_2'].' '.$nameAuthor.' ('.$MailReply.') '.$lang['srv_dostopmail_3'].' '.$naslov.'.

+ $content = $lang['srv_dostopmail_2'].' '.$nameAuthor.' ('.$MailReply.') '.$lang['srv_dostopmail_3'].' '.$naslov.'.

'.$lang['srv_dostopmail_4'].' '.$site_url.' '.$lang['srv_dostopmail_5'].' ('.$email.').'; // Ce email se ni registriran, dodamo dodatno obvestilo