From b8d777a5f662e678ad73cae978b09a6f0d77f985 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Sat, 4 Jan 2025 02:39:56 +0100
Subject: [PATCH] Continued: - removed no longer existing constant reference
 ASSERT_QUIET_EVAL - updated 'core' framework

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

diff --git a/application/city/exceptions.php b/application/city/exceptions.php
index 5128f08..8cb3212 100644
--- a/application/city/exceptions.php
+++ b/application/city/exceptions.php
@@ -158,5 +158,4 @@ set_exception_handler('city_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  , 'city_assert_handler');
diff --git a/core b/core
index 6e12381..3ad2578 160000
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit 6e12381ce34de3edb56d18830949362491ddb61a
+Subproject commit 3ad2578dc223f97de06547be49d66e7adfea677c
-- 
2.39.5