From 1444b7f613f55d0389f4a95f49db6dc5bcb30fdf Mon Sep 17 00:00:00 2001 From: pero1203 Date: Thu, 15 Oct 2020 13:01:26 +0200 Subject: [PATCH] Popravek jezika pri Evoli --- admin/survey/modules/mod_EVOLI/class.EvoliForm.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/survey/modules/mod_EVOLI/class.EvoliForm.php b/admin/survey/modules/mod_EVOLI/class.EvoliForm.php index fbe4e53a9..459d748e1 100644 --- a/admin/survey/modules/mod_EVOLI/class.EvoliForm.php +++ b/admin/survey/modules/mod_EVOLI/class.EvoliForm.php @@ -25,11 +25,11 @@ class EvoliForm { // Naložimo jezikovno datoteko if($this->language == 'slo') - include('../../../../lang/1.php'); + include('../../../../../lang/1.php'); elseif($this->language == 'den') - include('../../../../lang/29.php'); + include('../../../../../lang/29.php'); else - include('../../../../lang/2.php'); + include('../../../../../lang/2.php'); if ($this->anketa == 0 && $ank_id != 0) $this->anketa = $ank_id;