commit | 8749bc7e836c196dfef37d3b7b5a67736a15092c | [log] [tgz] |
---|---|---|
author | Taufan Aditya <toopay@taufanaditya.com> | Sun Mar 11 05:43:45 2012 +0700 |
committer | Taufan Aditya <toopay@taufanaditya.com> | Sun Mar 11 05:43:45 2012 +0700 |
tree | eb647bc246487f444ea1ffd4e24317ab0200bf30 | |
parent | e40c763bf969acbaa7c4c61be50f01e870062080 [diff] [blame] |
Fix incomplete and skipped test
diff --git a/system/core/Config.php b/system/core/Config.php index 6841743..5424e5e 100755 --- a/system/core/Config.php +++ b/system/core/Config.php
@@ -76,7 +76,7 @@ log_message('debug', 'Config Class Initialized'); // Set the base_url automatically if none was provided - if ($this->config['base_url'] == '') + if (empty($this->config['base_url'])) { if (isset($_SERVER['HTTP_HOST'])) {