Remove trailling comma, not valid in list of function parameters

This commit is contained in:
Jonny Barnes 2017-05-18 18:40:51 +01:00
parent e2c285293c
commit 25a0dc27b7

View file

@ -326,7 +326,7 @@ class MicropubClientController extends Controller
$request->input('code'),
$request->input('me'),
route('micropub-client-get-new-token-callback'), // redirect_uri
route('micropub-client'), // client_id
route('micropub-client') // client_id
);
if (array_key_exists('access_token', $token)) {
$url = normalize_url($token['me']);