mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-03 13:44:13 +00:00
Update SiteController
This commit is contained in:
parent
3193f558cf
commit
5f73a4a37b
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class SiteController extends Controller
|
||||||
session()->put('locale', $locale);
|
session()->put('locale', $locale);
|
||||||
}
|
}
|
||||||
|
|
||||||
return redirect()->back();
|
return redirect(route('site.language'));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function about()
|
public function about()
|
||||||
|
|
Loading…
Reference in a new issue