From 57ba16cafd5d98c8b272455ccf450aa018f3383c Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Thu, 2 May 2024 04:14:09 +0200
Subject: [PATCH] Continued: - removed ASSERT_QUIET_EVAL - updated 'core'
 framework

---
 application/hub/exceptions.php | 1 -
 core                           | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/application/hub/exceptions.php b/application/hub/exceptions.php
index b8c7e4572..e43e3ea2f 100644
--- a/application/hub/exceptions.php
+++ b/application/hub/exceptions.php
@@ -158,5 +158,4 @@ set_exception_handler('hub_exception_handler');
 assert_options(ASSERT_ACTIVE    , true);
 assert_options(ASSERT_WARNING   , true);
 assert_options(ASSERT_BAIL      , true);
-assert_options(ASSERT_QUIET_EVAL, false);
 assert_options(ASSERT_CALLBACK  , 'hub_assert_handler');
diff --git a/core b/core
index 6e12381ce..2466801d6 160000
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit 6e12381ce34de3edb56d18830949362491ddb61a
+Subproject commit 2466801d61268197b4a6d4802e337db8dbec240b
-- 
2.39.5