diff --git a/admin/survey/SurveyAdmin.php b/admin/survey/SurveyAdmin.php index fea29b1c2..08cd8f41f 100644 --- a/admin/survey/SurveyAdmin.php +++ b/admin/survey/SurveyAdmin.php @@ -264,6 +264,7 @@ class SurveyAdmin global $global_user_id; global $lang; global $admin_type; + global $site_domain; $sql = sisplet_query("SELECT email FROM users WHERE id='$global_user_id'"); $row = mysqli_fetch_assoc($sql); @@ -328,11 +329,15 @@ class SurveyAdmin $text = $row['name'] . ' ' . $row['surname']; $text = (strlen($text) > 25) ? substr($text, 0, 25) . '...' : $text; - - echo '