Skip to content

Commit

Permalink
Updating to work with Phproject architecture changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alanaktion committed Sep 22, 2015
1 parent f8ad8d8 commit c877970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function _load() {
$f3->mset(array(
"LOCALES" => "app/plugin/crowdin/dict-crowdin/",
"FALLBACK" => $this->locale,
"LANGAUGE" => $this->locale,
"LANGUAGE" => $this->locale,
));
$this->_addJs($this->jsCode);
}
Expand Down

0 comments on commit c877970

Please sign in to comment.