mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Moved return
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
a5947b8109
commit
97ba023152
|
@ -1407,10 +1407,10 @@ class Helper
|
||||||
\Log::debug('Current language is '.$legacy.', using '.$new.' instead');
|
\Log::debug('Current language is '.$legacy.', using '.$new.' instead');
|
||||||
return $new;
|
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)
|
public static function mapBackToLegacyLocale($new_locale = null)
|
||||||
|
|
Loading…
Reference in a new issue