Skip to content

Commit

Permalink
Last attempt at making linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchaboryk committed Feb 9, 2024
1 parent ddb39f3 commit 52bc85f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/system/jooa11y/src/Extension/Jooa11y.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ public function initJooa11y()

// Get the right locale
$splitLang = explode('-', $getLang);
$lang = $splitLang[0];
$country = isset($parts[1]) ? $parts[1] : '';
$lang = $splitLang[0];
$country = isset($parts[1]) ? $parts[1] : '';

// Sa11y is available in the following languages
$supportedLang = [
Expand Down

0 comments on commit 52bc85f

Please sign in to comment.