From 4fb559eedcf91b6a3ed08891f4085394eeb57209 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms Date: Tue, 18 Jun 2024 14:55:30 +0200 Subject: re #3805 --- app/views/admin/configuration/type-edit.php | 2 +- tests/unit/_bootstrap.php | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/app/views/admin/configuration/type-edit.php b/app/views/admin/configuration/type-edit.php index 9fddb45..1cec3f0 100644 --- a/app/views/admin/configuration/type-edit.php +++ b/app/views/admin/configuration/type-edit.php @@ -16,7 +16,7 @@ - =') ? json_encode($value, JSON_UNESCAPED_UNICODE) : json_encode($value) ?> + =')) { - error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT); -} +error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED); // set include path $inc_path = ini_get('include_path'); -- cgit v1.0