From a89da50e0a22c776ec51b22913cda6c582cf1156 Mon Sep 17 00:00:00 2001 From: Harald Bamberger Date: Mon, 10 Nov 2025 13:08:36 +0100 Subject: [PATCH] add missing comma --- application/controllers/api/frontend/v1/stv/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/api/frontend/v1/stv/Config.php b/application/controllers/api/frontend/v1/stv/Config.php index b4ba5511c..2da4f205c 100644 --- a/application/controllers/api/frontend/v1/stv/Config.php +++ b/application/controllers/api/frontend/v1/stv/Config.php @@ -265,7 +265,7 @@ class Config extends FHCAPI_Controller ]; $result['groups'] = [ 'title' => $this->p->t('stv', 'tab_groups'), - 'component' => './Stv/Studentenverwaltung/Details/Groups.js' + 'component' => './Stv/Studentenverwaltung/Details/Groups.js', 'showOnlyWithUid' => true ]; $result['messages'] = [