Browse Source

Update ProfileController

Daniel Supernault 6 năm trước cách đây
mục cha
commit
062ce4bac0
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      app/Http/Controllers/ProfileController.php

+ 2 - 1
app/Http/Controllers/ProfileController.php

@@ -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;