diff options
author | Florian Pritz <bluewind@xinu.at> | 2023-01-29 13:49:13 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2023-01-29 13:49:56 +0100 |
commit | 457e351cbc1335de951f4ac79bb91a9f3ea9ab38 (patch) | |
tree | ae4761695073dce3be7875bd23824af0b1d2b84c /system/core/URI.php | |
parent | 1aa385f82a583f0982b7c14d8629f491d0b78f88 (diff) |
feat(PHP8.2): Fix dynamic properties deprecation warnings
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'system/core/URI.php')
-rw-r--r-- | system/core/URI.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/core/URI.php b/system/core/URI.php index 6a55439f7..55e872163 100644 --- a/system/core/URI.php +++ b/system/core/URI.php @@ -92,6 +92,8 @@ class CI_URI { */ protected $_permitted_uri_chars; + public $config; + /** * Class constructor * |