commit | 90f316a8615fbbbc0810d945dd1a237662c6bfbf | [log] [tgz] |
---|---|---|
author | vlakoff <vlakoff@gmail.com> | Thu Jul 25 04:33:56 2013 +0200 |
committer | vlakoff <vlakoff@gmail.com> | Thu Jul 25 04:33:56 2013 +0200 |
tree | f37b3ad8d3570e0c9682c6ff869a4a2a76ee9ae5 | |
parent | 184cf1b5a719f4559767a221520d5ba96d1e4d8b [diff] [blame] |
Adjustments to the previous commit
diff --git a/system/core/Config.php b/system/core/Config.php index 14ade72..e7cbe56 100644 --- a/system/core/Config.php +++ b/system/core/Config.php
@@ -184,7 +184,7 @@ * * @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 = '') {