From 6a7254ca653b08e2b73ffd58b18c2bf70b8bd35e Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Sat, 15 Jan 2022 15:09:45 +0200 Subject: [ci skip] Fix a coding typo from 1a2651040ef701e750b1c13cd69cc70814b079d0 --- system/libraries/Session/Session.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/libraries') diff --git a/system/libraries/Session/Session.php b/system/libraries/Session/Session.php index 8d3ba2857..68dc0ab63 100644 --- a/system/libraries/Session/Session.php +++ b/system/libraries/Session/Session.php @@ -182,7 +182,7 @@ class CI_Session { if ( ! $this->_config['cookie_secure'] && $this->_config['cookie_samesite'] === 'None') { - log_message('error', 'Session:', $this->_config['cookie_name'].' cookie sent with SameSite=None, but without Secure attribute.'); + log_message('error', "Session: '".$this->_config['cookie_name']."' cookie sent with SameSite=None, but without Secure attribute.'"); } } -- cgit v1.2.3-24-g4f1b