Update ProfileController

This commit is contained in:
Daniel Supernault 2018-09-02 01:37:25 -06:00
parent 109704f870
commit 062ce4bac0
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 2 additions and 1 deletions

View File

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