diff options
author | vlakoff <vlakoff@gmail.com> | 2013-07-25 04:33:56 +0200 |
---|---|---|
committer | vlakoff <vlakoff@gmail.com> | 2013-07-25 04:33:56 +0200 |
commit | 90f316a8615fbbbc0810d945dd1a237662c6bfbf (patch) | |
tree | f37b3ad8d3570e0c9682c6ff869a4a2a76ee9ae5 /system/core | |
parent | 184cf1b5a719f4559767a221520d5ba96d1e4d8b (diff) |
Adjustments to the previous commit
Diffstat (limited to 'system/core')
-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 14ade7248..e7cbe5624 100644 --- a/system/core/Config.php +++ b/system/core/Config.php @@ -184,7 +184,7 @@ class CI_Config { * * @param string $item Config item name * @param string $index Index name - * @return string|null The configuration item or NULL on failure + * @return string|null The configuration item or NULL if the item doesn't exist */ public function item($item, $index = '') { |