Remove trailling comma, not valid in list of function parameters
This commit is contained in:
parent
e2c285293c
commit
25a0dc27b7
1 changed files with 1 additions and 1 deletions
|
@ -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']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue