From d577ac6d542f2dce00059d6683fa1a756af91e3c Mon Sep 17 00:00:00 2001 From: adisposkofh Date: Thu, 16 Apr 2026 15:54:12 +0200 Subject: [PATCH] naming cleanup --- application/controllers/api/frontend/v1/Cis4FhcApi.php | 2 +- application/controllers/api/frontend/v1/LvPlan.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/application/controllers/api/frontend/v1/Cis4FhcApi.php b/application/controllers/api/frontend/v1/Cis4FhcApi.php index b8698e3e8..4d0f906f0 100644 --- a/application/controllers/api/frontend/v1/Cis4FhcApi.php +++ b/application/controllers/api/frontend/v1/Cis4FhcApi.php @@ -27,7 +27,7 @@ class Cis4FhcApi extends FHCAPI_Controller public function __construct() { parent::__construct([ - 'getViewData' => self::PERM_LOGGED, + 'dashboardViewData' => self::PERM_LOGGED, ]); } diff --git a/application/controllers/api/frontend/v1/LvPlan.php b/application/controllers/api/frontend/v1/LvPlan.php index 606874ffe..99dc8bf59 100644 --- a/application/controllers/api/frontend/v1/LvPlan.php +++ b/application/controllers/api/frontend/v1/LvPlan.php @@ -33,7 +33,6 @@ class LvPlan extends FHCAPI_Controller { parent::__construct([ - 'myLvPlanViewData' => self::PERM_LOGGED, 'getRoomplan' => self::PERM_LOGGED, 'Stunden' => self::PERM_LOGGED, 'getReservierungen' => self::PERM_LOGGED,