diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-10-27 15:22:07 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-10-27 15:22:07 +0200 |
commit | 1887ec69c9230ff3fbde63f209b50ce69b28fc62 (patch) | |
tree | d34b9f4ec956443b6bfffc81efd0854e5db7284f /system/core/Config.php | |
parent | 5232ba07752ffa783d03754c3a869d9f73ccae69 (diff) |
Input class improvements
- Disable register_globals replication on PHP 5.4+ (no longer exists).
- DocBlock improvements.
- Add missing changelog entry.
- Change user_agent() to return NULL when no value is found (for consistency with other fetcher methods).
Diffstat (limited to 'system/core/Config.php')
-rw-r--r-- | system/core/Config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Config.php b/system/core/Config.php index 152e9af68..642cee798 100644 --- a/system/core/Config.php +++ b/system/core/Config.php @@ -55,7 +55,7 @@ class CI_Config { /** * List of paths to search when trying to load a config file. * - * @used-by CI_Loader Must be public + * @used-by CI_Loader * @var array */ public $_config_paths = array(APPPATH); |