From 50b7836f7c6f3718c8a06da235e6573af21e91af Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Tue, 16 Sep 2025 16:12:59 +0200 Subject: [PATCH] fixed include for ADBWohneinheitContactManager --- Layout/default/AddressDB/View.php | 3 +++ public/index.php | 10 +++++++++- public/js/pages/AddressDB/.gitkeep | 0 3 files changed, 12 insertions(+), 1 deletion(-) delete mode 100644 public/js/pages/AddressDB/.gitkeep diff --git a/Layout/default/AddressDB/View.php b/Layout/default/AddressDB/View.php index 4f486f884..e3490844c 100644 --- a/Layout/default/AddressDB/View.php +++ b/Layout/default/AddressDB/View.php @@ -394,4 +394,7 @@ 'json'); } + + + diff --git a/public/index.php b/public/index.php index 2a565f805..cc3553756 100755 --- a/public/index.php +++ b/public/index.php @@ -1,10 +1,18 @@