diff options
author | Greg Aker <greg@gregaker.net> | 2011-12-25 07:31:29 +0100 |
---|---|---|
committer | Greg Aker <greg@gregaker.net> | 2011-12-25 07:31:29 +0100 |
commit | 03abee3df4534028c795e3c3da91034a3d3ee0f4 (patch) | |
tree | c4f28408ef0d4b017bb8fc9dbeae3aeff4b39b97 /system/core/Config.php | |
parent | f41c9cfbda27c71a1f34ef1ba7e15cad93564691 (diff) |
Fixing soft tabs in a few files.
Diffstat (limited to 'system/core/Config.php')
-rwxr-xr-x | system/core/Config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Config.php b/system/core/Config.php index abd2767d5..b0b4c9aa4 100755 --- a/system/core/Config.php +++ b/system/core/Config.php @@ -328,7 +328,7 @@ class CI_Config { $uri = $str; } } - return $uri; + return $uri; } // -------------------------------------------------------------------- |