Update ProfileController

pull/438/head
Daniel Supernault 2018-09-02 01:37:25 -06:00
rodzic 109704f870
commit 062ce4bac0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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