summaryrefslogtreecommitdiffstats
path: root/system/core/Config.php
diff options
context:
space:
mode:
authorvlakoff <vlakoff@gmail.com>2013-07-25 04:33:56 +0200
committervlakoff <vlakoff@gmail.com>2013-07-25 04:33:56 +0200
commit90f316a8615fbbbc0810d945dd1a237662c6bfbf (patch)
treef37b3ad8d3570e0c9682c6ff869a4a2a76ee9ae5 /system/core/Config.php
parent184cf1b5a719f4559767a221520d5ba96d1e4d8b (diff)
Adjustments to the previous commit
Diffstat (limited to 'system/core/Config.php')
-rw-r--r--system/core/Config.php2
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 = '')
{