summaryrefslogtreecommitdiffstats
path: root/system/codeigniter/CodeIgniter.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/codeigniter/CodeIgniter.php')
-rw-r--r--system/codeigniter/CodeIgniter.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/system/codeigniter/CodeIgniter.php b/system/codeigniter/CodeIgniter.php
index fb27191ce..5b3f54ae3 100644
--- a/system/codeigniter/CodeIgniter.php
+++ b/system/codeigniter/CodeIgniter.php
@@ -115,11 +115,9 @@ $LANG =& load_class('Language');
* Note: The Loader class needs to be included first
*
*/
-
-load_class('Loader', FALSE);
-
if (floor(phpversion()) < 5)
{
+ load_class('Loader', FALSE);
require(BASEPATH.'codeigniter/Base4'.EXT);
}
else