Skip to content

Commit

Permalink
fixing the parameter name that was broken in the last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
henriyli committed Dec 4, 2015
1 parent 1e24b8c commit 0c1ddc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/GlobalConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function __construct($config_name=null)
throw new Exception('config.inc file is missing, please provide one.');
}
require_once($file_path);
if (isset($languages)) {
if (isset($LANGUAGES)) {
$this->languages = $LANGUAGES;
}
} catch (Exception $e) {
Expand Down

0 comments on commit 0c1ddc7

Please sign in to comment.