Browse Source

bad comma

pull/10/head
Aaron Parecki 9 years ago
parent
commit
94d01f62a4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/helpers.php

+ 1
- 1
lib/helpers.php View File

@ -88,7 +88,7 @@ function micropub_post($endpoint, $params, $access_token) {
'Authorization: Bearer ' . $access_token 'Authorization: Bearer ' . $access_token
)); ));
curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POST, true);
$post = http_build_query(array_merge(array(,
$post = http_build_query(array_merge(array(
'access_token' => $access_token, 'access_token' => $access_token,
'h' => 'entry' 'h' => 'entry'
), $params)); ), $params));

Loading…
Cancel
Save