summaryrefslogtreecommitdiffstats
path: root/system/core/Loader.php
diff options
context:
space:
mode:
authorTaufan Aditya <toopay@taufanaditya.com>2012-03-28 11:50:59 +0200
committerTaufan Aditya <toopay@taufanaditya.com>2012-03-28 11:50:59 +0200
commita4d975e6f463205be8a2ca6481d863c3c8c108db (patch)
treea7dd09670ba4763d26f6e28c5966800fa0048e08 /system/core/Loader.php
parente1dc9ea4fcfd4983fa076b70fe631166a95d0b68 (diff)
parenta11b16b1af42bbb4ffbc15eeee50a3d3ceb402d5 (diff)
Merge remote-tracking branch 'upstream/develop' into unit-tests
Diffstat (limited to 'system/core/Loader.php')
-rw-r--r--system/core/Loader.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Loader.php b/system/core/Loader.php
index 976a5a575..027ed20e5 100644
--- a/system/core/Loader.php
+++ b/system/core/Loader.php
@@ -1111,7 +1111,7 @@ class CI_Loader {
}
else
{
- $CI->$classvar = new $name;
+ $CI->$classvar = new $name();
}
}