summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2018-08-22 13:28:44 +0200
committerAndrey Andreev <narf@devilix.net>2018-08-22 13:28:44 +0200
commit99225a032c1f2ab5bffba870da8d053b22b92725 (patch)
tree9803379a955a5583404ddd2c1aba974cd86f86b7 /system
parent7452f415cdb9387dd1af689224abca53f424c997 (diff)
[ci skip] Changelog entry for #5545, PR #5563
Diffstat (limited to 'system')
-rw-r--r--system/libraries/Session/Session_driver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Session/Session_driver.php b/system/libraries/Session/Session_driver.php
index a26b3a328..d6eab9be3 100644
--- a/system/libraries/Session/Session_driver.php
+++ b/system/libraries/Session/Session_driver.php
@@ -115,7 +115,7 @@ abstract class CI_Session_driver implements SessionHandlerInterface {
/**
* PHP 5.x validate ID
*
- * Enforces session.use_strict_mode on PHP 5.x (7+ does it by itself)
+ * Enforces session.use_strict_mode
*
* @return void
*/