Skip to content

Commit

Permalink
Moved return
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <[email protected]>
  • Loading branch information
snipe committed Dec 19, 2023
1 parent a5947b8 commit 97ba023
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/Helpers/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -1407,10 +1407,10 @@ public static function mapLegacyLocale($language_code = null)
\Log::debug('Current language is '.$legacy.', using '.$new.' instead');
return $new;
}

// Return US english if we don't have a match
return 'en-US';
}

// Return US english if we don't have a match
return 'en-US';
}

public static function mapBackToLegacyLocale($new_locale = null)
Expand Down

0 comments on commit 97ba023

Please sign in to comment.