Explorar o código

Update ProfileController

Daniel Supernault %!s(int64=6) %!d(string=hai) anos
pai
achega
062ce4bac0
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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;