From 166f052b75b16b349f64b2360769a43ecc3def3f Mon Sep 17 00:00:00 2001 From: tejagerjovic Date: Wed, 20 Jul 2022 11:53:25 +0200 Subject: [PATCH] =?UTF-8?q?[Redizajn=201KA=20v2]=20Popupi:=20Urejanje=20--?= =?UTF-8?q?>=20Vpra=C5=A1alnik=20-->=20Predogled=20spremenljivke=20-=20v2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 5ee721642..c75f561cb 100644 --- a/admin/survey/SurveyAdminAjax.php +++ b/admin/survey/SurveyAdminAjax.php @@ -4303,10 +4303,10 @@ class SurveyAdminAjax { } echo '
'; if ( $_POST['spremenljivka'] == -1 ) { - \App\Controllers\BodyController::getInstance()->displayIntroduction(); + \App\Controllers\BodyController::getInstance()->displayIntroductionContent(); } elseif ( $_POST['spremenljivka'] == -2 ) { - \App\Controllers\BodyController::getInstance()->displayKonec(); + \App\Controllers\BodyController::getInstance()->displayKonecContent(); } elseif ( $_POST['spremenljivka'] == -3 ) { \App\Controllers\StatisticController::displayStatistika();