AAI lahko tudi vidi moj profil

This commit is contained in:
pero1203 2021-03-06 21:30:25 +01:00
parent 048805082c
commit 9f99e43fb9

View File

@ -3487,7 +3487,7 @@ class SurveyAdmin
$sas = new SurveyAdminSettings(); $sas = new SurveyAdminSettings();
$sas->globalUserSettings(); $sas->globalUserSettings();
} }
if ($_GET['m'] == 'global_user_myProfile' && $site_domain != '1ka.arnes.si') { if ($_GET['m'] == 'global_user_myProfile') {
$sas = new SurveyAdminSettings(); $sas = new SurveyAdminSettings();
$sas->globalUserMyProfile(); $sas->globalUserMyProfile();
} }