Update ProfileController

pull/438/head
Daniel Supernault 7 years ago
parent 109704f870
commit 062ce4bac0
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -29,6 +29,7 @@ class ProfileController extends Controller
$username = $user->username;
$loggedIn = Auth::check();
$isPrivate = false;
$isBlocked = false;
if ($user->remote_url) {
$settings = new \StdClass;

Loading…
Cancel
Save