Skip to content

Commit

Permalink
Fix setLang method
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Buckpesch committed Jun 19, 2018
1 parent b525ad7 commit 293782b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
],
"minimum-stability": "dev",
"require": {
"apparena/analytics-php": "^1.6.1",
"ext-curl": "*",
"ext-gd": "*",
"leafo/scssphp": "^v0.7.5",
Expand Down
2 changes: 1 addition & 1 deletion src/AppArena/AppManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ public function setLang( $lang ) {
if ( in_array( $lang, $allowed ) ) {
$this->lang = $lang;
$this->app->setLang( $this->lang );
$this->getSmartLink()->setLang( $this->lang );
//$this->getSmartLink()->setLang( $this->lang );
}

}
Expand Down

0 comments on commit 293782b

Please sign in to comment.