diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mocks/core/common.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mocks/core/common.php b/tests/mocks/core/common.php index 9eb6b0954..5c32ca5c2 100644 --- a/tests/mocks/core/common.php +++ b/tests/mocks/core/common.php @@ -65,6 +65,7 @@ if ( ! function_exists('get_mimes')) // -------------------------------------------------------------------- +/* if ( ! function_exists('load_class')) { function load_class($class, $directory = 'libraries', $prefix = 'CI_') @@ -86,6 +87,7 @@ if ( ! function_exists('load_class')) return $obj; } } +*/ // Clean up error messages // -------------------------------------------------------------------- |