Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/MightyPork/datatable.directory/commit/cf3120eb68ef88eb6fd2f92ea765ef25297c90ad?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

show table authors in the favourites listing

master
Ondřej Hruška 7 years ago
parent e6aea514df
commit cf3120eb68
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 1
      app/Http/Controllers/ProfileController.php

@ -57,6 +57,7 @@ class ProfileController extends Controller
->tableSort($data['tableSort'])
->paginate(10);
$data['showAuthors'] = true;
return view('profile.view', $data);
}

Loading…
Cancel
Save