diff --git a/class-wp-codebird.php b/class-wp-codebird.php index 4cc2d714957744711972807480be566356582059..6f593b451af40543c348051f91073f2afaef1e11 100644 --- a/class-wp-codebird.php +++ b/class-wp-codebird.php @@ -187,7 +187,7 @@ class WP_Codebird extends Codebird { if ( 200 == $httpstatus ) self::setBearerToken( $reply->access_token ); } else { - $reply['httpstatus'] = $httpstatus;å + $reply['httpstatus'] = $httpstatus; if ( 200 == $httpstatus ) self::setBearerToken( $reply['access_token'] );