فهرست منبع

Update ProfileController

Daniel Supernault 6 سال پیش
والد
کامیت
062ce4bac0
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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;