diff options
author | admin <devnull@localhost> | 2006-10-09 23:39:48 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-09 23:39:48 +0200 |
commit | 8d3f977d2c1d4dc01a72c0add3b14ffc73a54762 (patch) | |
tree | a3fd9db93988cc2bd069c63e56bdfc5dd475d4a7 /system/libraries/Loader.php | |
parent | daaa0c8403a80d325d3ce2b85c5be62067a3854b (diff) |
Diffstat (limited to 'system/libraries/Loader.php')
-rw-r--r-- | system/libraries/Loader.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/system/libraries/Loader.php b/system/libraries/Loader.php index dc588bb0c..ca4c4feba 100644 --- a/system/libraries/Loader.php +++ b/system/libraries/Loader.php @@ -601,13 +601,6 @@ class CI_Loader { // Prep the class name $class = strtolower(str_replace(EXT, '', $class)); - // Bug fix for backward compat. - // Kill this at some point in the future - if ($class == 'unit_test') - { - $class = 'unit'; - } - // Is this a class extension request? if (substr($class, 0, 3) == 'my_') { |