summaryrefslogtreecommitdiffstats
path: root/system/core/Config.php
diff options
context:
space:
mode:
authorTimothy Warren <tim@timshomepage.net>2012-04-27 00:40:54 +0200
committerTimothy Warren <tim@timshomepage.net>2012-04-27 00:40:54 +0200
commitb8e6285feff1b699a94ea56fd9c2067c3a60d3f5 (patch)
treeab5d6bd2696e1bdcc04ecf1f616b8d78b5a2c81e /system/core/Config.php
parent3182a76899e75bc99da855d79867ce9fcfdc5592 (diff)
Fix Config.php and partially fix Image_lib.php
Diffstat (limited to 'system/core/Config.php')
-rwxr-xr-xsystem/core/Config.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/system/core/Config.php b/system/core/Config.php
index 1eab08b82..9cebe6c86 100755
--- a/system/core/Config.php
+++ b/system/core/Config.php
@@ -66,11 +66,6 @@ class CI_Config {
* Constructor
*
* Sets the $config data from the primary config.php file as a class variable
- *
- * @param string the config file name
- * @param boolean if configuration values should be loaded into their own section
- * @param boolean true if errors should just return false, false if an error message should be displayed
- * @return boolean if the file was successfully loaded or not
*/
public function __construct()
{
@@ -192,7 +187,6 @@ class CI_Config {
*
* @param string the config item name
* @param string the index name
- * @param bool
* @return string
*/
public function item($item, $index = '')
@@ -211,7 +205,6 @@ class CI_Config {
* Fetch a config file item - adds slash after item (if item is not empty)
*
* @param string the config item name
- * @param bool
* @return string
*/
public function slash_item($item)