summaryrefslogtreecommitdiffstats
path: root/system/libraries/Language.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/libraries/Language.php')
-rw-r--r--system/libraries/Language.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Language.php b/system/libraries/Language.php
index cf6d53239..b679c891f 100644
--- a/system/libraries/Language.php
+++ b/system/libraries/Language.php
@@ -78,7 +78,7 @@ class CI_Language {
}
else
{
- show_error('Unable to load the requested language file: language/'.$langfile);
+ show_error('Unable to load the requested language file: language/'.$idiom.'/'.$langfile);
}
}