From deaacc494d1d2b215734881deb48508e1e080644 Mon Sep 17 00:00:00 2001 From: Paolo Date: Wed, 1 Oct 2025 11:05:41 +0200 Subject: [PATCH] Fixed indentation --- application/controllers/Documents.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Documents.php b/application/controllers/Documents.php index 1641ea5a5..4c40b6005 100644 --- a/application/controllers/Documents.php +++ b/application/controllers/Documents.php @@ -242,7 +242,7 @@ class Documents extends Auth_Controller $this->load->model('organisation/Studiengang_model', 'StudiengangModel'); $result = $this->StudiengangModel->load($this->input->post_get('stg_kz')); if (!isError($result) && hasData($result)) - $filename .= '_' . sanitizeProblemChars(current(getData($result))->kurzbzlang); + $filename .= '_' . sanitizeProblemChars(current(getData($result))->kurzbzlang); $this->load->model('organisation/Studiensemester_model', 'StudiensemesterModel'); $result = $this->StudiensemesterModel->load($this->input->post_get('ss'));