diff options
author | Andrey Andreev <narf@devilix.net> | 2013-08-19 18:54:49 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2013-08-19 18:54:49 +0200 |
commit | 1bd299182fa20ee7b94805e7f27affcf9a166d92 (patch) | |
tree | d4aff237cccea8eb8432873d2c35f9398f742267 /system/core/CodeIgniter.php | |
parent | e19b5557e8c2c074db0c1c104c26a7b23d9d9b6f (diff) | |
parent | 05d043b38896570004fadbed8495fc99c6ef3da6 (diff) |
Merge pull request #2609 from vlakoff/develop-2
Fix $replace parameter handling in get_config()
Diffstat (limited to 'system/core/CodeIgniter.php')
-rw-r--r-- | system/core/CodeIgniter.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php index a026920a4..c962fda20 100644 --- a/system/core/CodeIgniter.php +++ b/system/core/CodeIgniter.php @@ -88,7 +88,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); * The subclass prefix allows CI to know if a core class is * being extended via a library in the local application * "libraries" folder. Since CI allows config items to be - * overriden via data set in the main index. php file, + * overriden via data set in the main index.php file, * before proceeding we need to know if a subclass_prefix * override exists. If so, we will set this value now, * before any classes are loaded |