From 627f1058c1d72b267ab8ab441219198d6f2c24c6 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Wed, 5 Jan 2022 23:02:14 +0200 Subject: Whoops. Broke something in 004f0a1b41c27e3d40f62a51300599d35c54c0c0 --- system/core/Loader.php | 2 +- tests/mocks/database/ci_test.sqlite | Bin 19456 -> 19456 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/system/core/Loader.php b/system/core/Loader.php index aea1d82ed..2233021a0 100644 --- a/system/core/Loader.php +++ b/system/core/Loader.php @@ -953,7 +953,7 @@ class CI_Loader { * configuration. */ - is_array($_ci_vars) && $_ci_vars = array(); + is_array($_ci_vars) OR $_ci_vars = array(); // Include the global cached vars into the current _ci_vars if needed empty($this->_ci_cached_vars) OR $_ci_vars = array_merge($this->_ci_cached_vars, $_ci_vars); diff --git a/tests/mocks/database/ci_test.sqlite b/tests/mocks/database/ci_test.sqlite index dae2ec2a0..db14455eb 100755 Binary files a/tests/mocks/database/ci_test.sqlite and b/tests/mocks/database/ci_test.sqlite differ -- cgit v1.2.3-24-g4f1b