From 15d9226eade18d5d09a13c739c32b52543a384cb Mon Sep 17 00:00:00 2001 From: Nick Daugherty <ndaugherty987@gmail.com> Date: Wed, 10 Apr 2013 10:25:42 -0600 Subject: [PATCH] Remove stray character that made it in --- class-wp-codebird.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class-wp-codebird.php b/class-wp-codebird.php index 4cc2d71..6f593b4 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'] ); -- GitLab