diff options
author | Timothy Warren <tim@timshomepage.net> | 2012-04-19 22:38:50 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2012-04-19 22:38:50 +0200 |
commit | 40403d21274d5e0792c7ab816ad984d6387d5c20 (patch) | |
tree | 255d722c5f1a3f71035f50018d852da56c0b476f /system/core/Config.php | |
parent | ad4750509885ad5bb368fc308f86d8c06d45b15c (diff) |
Additional formatting fixes
Diffstat (limited to 'system/core/Config.php')
-rwxr-xr-x | system/core/Config.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/core/Config.php b/system/core/Config.php index e94362912..fc6183444 100755 --- a/system/core/Config.php +++ b/system/core/Config.php @@ -46,12 +46,14 @@ class CI_Config { * @var array */ public $config = array(); + /** * List of all loaded config files * * @var array */ public $is_loaded = array(); + /** * List of paths to search when trying to load a config file. * This must be public as it's used by the Loader class. @@ -353,4 +355,4 @@ class CI_Config { } /* End of file Config.php */ -/* Location: ./system/core/Config.php */ +/* Location: ./system/core/Config.php */
\ No newline at end of file |