Skip to content

Commit

Permalink
typo in load language file function
Browse files Browse the repository at this point in the history
git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/branches/1.8@234 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
juliantenney committed Nov 29, 2011
1 parent 6f79dfa commit ae5ec93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.php
Expand Up @@ -46,7 +46,7 @@ function _debug($string, $up = 0) {
}
if(!function_exists('_load_language_file')) {
function _load_language_file($file_path) {
if(isset($_SESSON['toolkits_language'])) {
if(isset($_SESSION['toolkits_language'])) {
$file_path = dirname(__FILE__) . '/languages/' . $_SESSION['toolkits_language'] . $file_path;
}
else {
Expand Down

0 comments on commit ae5ec93

Please sign in to comment.