summaryrefslogtreecommitdiffstats
path: root/system/core/Loader.php
diff options
context:
space:
mode:
authorAlex Bilbie <alex@alexbilbie.com>2012-07-17 19:43:21 +0200
committerAlex Bilbie <alex@alexbilbie.com>2012-07-17 19:43:21 +0200
commitec298a5c392a05af4596e2bc2282a0e8ef8a74db (patch)
treed9657d9444e76192b7f4c9143332abdf82aca8c9 /system/core/Loader.php
parent6697cf0c64d34992f8b2a97383d582b2fbf66b1f (diff)
parent4253d320e229150eab6e5d0333508c85e434f3e3 (diff)
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into codeigniter/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