mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +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);
|
||||
}
|
||||
|
||||
return redirect()->back();
|
||||
return redirect(route('site.language'));
|
||||
}
|
||||
|
||||
public function about()
|
||||
|
|
Loading…
Reference in a new issue