Merge branch 'hotfix/0.0.11.10'

This commit is contained in:
Jonny Barnes 2016-09-21 20:02:29 +01:00
commit ff9113dc6a

View file

@ -77,7 +77,7 @@ class NotesController extends Controller
$replies = [];
$reposts = [];
$likes = [];
$carbon = new Carbon\Carbon();
$carbon = new \Carbon\Carbon();
foreach ($note->webmentions as $webmention) {
/*
reply->url |