Update ProfileController, handle permalink redirect bug

pull/5005/head
Daniel Supernault 12 months ago
parent 481314cd23
commit 75081e609a
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -172,6 +172,8 @@ class ProfileController extends Controller
$user = $this->getCachedUser($username);
abort_if(!$user, 404);
return redirect($user->url());
}

Loading…
Cancel
Save