Browse Source

Fixed bug in Config::set method.

Taylor Otwell 14 years ago
parent
commit
b91930c592
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/config.php

+ 1 - 1
system/config.php

@@ -31,7 +31,7 @@ class Config {
 	 * @param  mixed   $value
 	 * @return void
 	 */
-	public static function set($file, $value)
+	public static function set($key, $value)
 	{
 		list($file, $key) = static::parse($key);