Welcome Guest, Not a member yet? Register   Sign In
Minor bug in CI_Language
#1

[eluser]FinalFrag[/eluser]
On line 81 in the system/libraries/Language.php it says:

Code:
show_error('Unable to load the requested language file: language/'.$langfile);

While it should say:

Code:
show_error('Unable to load the requested language file: language/'.$idiom.'/'.$langfile);

Why, you ask?

If I try to load language/dutch/dutch_lang.php and it doesn't exist, it now says:

Code:
Unable to load ... file: language/dutch_lang.php

While obviously it should say language/dutch/dutch_lang.php

Can someone from EllisLab fix this in the repository?
#2

[eluser]Derek Allard[/eluser]
Can you search the bug tracker, and if it hasn't been posted yet drop it into there? Thanks.




Theme © iAndrew 2016 - Forum software by © MyBB