mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
fix nl-be
This commit is contained in:
@@ -74,6 +74,10 @@ class Header extends Component
|
||||
|
||||
public function updatedL($value)
|
||||
{
|
||||
if ($value === 'nl-be') {
|
||||
$value = 'nl';
|
||||
}
|
||||
|
||||
Cookie::queue('lang', $value, 60 * 24 * 365);
|
||||
|
||||
return redirect(request()->header('Referer'));
|
||||
|
||||
Reference in New Issue
Block a user