Skip to content
Snippets Groups Projects
Commit 15d9226e authored by Nick Daugherty's avatar Nick Daugherty
Browse files

Remove stray character that made it in

parent 2e529123
No related branches found
No related tags found
No related merge requests found
...@@ -187,7 +187,7 @@ class WP_Codebird extends Codebird { ...@@ -187,7 +187,7 @@ class WP_Codebird extends Codebird {
if ( 200 == $httpstatus ) if ( 200 == $httpstatus )
self::setBearerToken( $reply->access_token ); self::setBearerToken( $reply->access_token );
} else { } else {
$reply['httpstatus'] = $httpstatus;å $reply['httpstatus'] = $httpstatus;
if ( 200 == $httpstatus ) if ( 200 == $httpstatus )
self::setBearerToken( $reply['access_token'] ); self::setBearerToken( $reply['access_token'] );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment