diff --git a/admin/survey/SurveyAdmin.php b/admin/survey/SurveyAdmin.php index faacd037c..c4febcab3 100644 --- a/admin/survey/SurveyAdmin.php +++ b/admin/survey/SurveyAdmin.php @@ -3487,7 +3487,7 @@ class SurveyAdmin $sas = new SurveyAdminSettings(); $sas->globalUserSettings(); } - if ($_GET['m'] == 'global_user_myProfile' && $site_domain != '1ka.arnes.si') { + if ($_GET['m'] == 'global_user_myProfile') { $sas = new SurveyAdminSettings(); $sas->globalUserMyProfile(); }