summaryrefslogtreecommitdiffstats
path: root/system/core/Loader.php
diff options
context:
space:
mode:
authorEric Roberts <eric@cryode.com>2012-07-17 07:18:07 +0200
committerEric Roberts <eric@cryode.com>2012-07-17 07:18:07 +0200
commitda038d2ebccb4d45ea6d819c914563b2bc009a86 (patch)
tree195cc7d572bd29db383a5f16c1d886a154e6b61e /system/core/Loader.php
parentfbdad67cac99868509bc1a27affdfc3e4b2a1dee (diff)
parent4253d320e229150eab6e5d0333508c85e434f3e3 (diff)
Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop
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 bfcef1cbc..0bc6e844a 100644
--- a/system/core/Loader.php
+++ b/system/core/Loader.php
@@ -1091,7 +1091,7 @@ class CI_Loader {
if ( ! class_exists($name))
{
log_message('error', 'Non-existent class: '.$name);
- show_error('Non-existent class: '.$class);
+ show_error('Non-existent class: '.$name);
}
// Set the variable name we will assign the class to