diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php
index 5d4e29d75..fcf743f6b 100644
--- a/admin/survey/SurveyAdminSettings.php
+++ b/admin/survey/SurveyAdminSettings.php
@@ -1393,20 +1393,33 @@ class SurveyAdminSettings {
$referal = SurveySetting::getInstance()->getSurveyMiscSetting('survey_referal');
$date = SurveySetting::getInstance()->getSurveyMiscSetting('survey_date');
- // Preverimo ce je vklopljen modul za volitve - potem ne pustimo nobenih preklopov
- $voting_disabled = '';
- if(SurveyInfo::getInstance()->checkSurveyModule('voting')){
- $voting_disabled = ' disabled';
- }
echo '
';
@@ -1415,17 +1428,24 @@ class SurveyAdminSettings {
echo '