From a533294121fe0ba95ca5b0253d7fd26c86b60c38 Mon Sep 17 00:00:00 2001 From: Alexei Karpenko Date: Mon, 22 Sep 2025 15:54:26 +0200 Subject: [PATCH] removed addMeta in Student.php Studierendenverwaltung --- application/controllers/api/frontend/v1/stv/Student.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/application/controllers/api/frontend/v1/stv/Student.php b/application/controllers/api/frontend/v1/stv/Student.php index 122bbb4c8..d1f259cc4 100644 --- a/application/controllers/api/frontend/v1/stv/Student.php +++ b/application/controllers/api/frontend/v1/stv/Student.php @@ -460,8 +460,6 @@ class Student extends FHCAPI_Controller $_POST['ausbildungssemester'] = 0; } - $this->addMeta('test', $_POST['personOnly']); - $this->load->library('form_validation'); $this->form_validation->set_rules('nachname', 'Nachname', 'callback_requiredIfNotPersonId', [