Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ptarjan committed Aug 10, 2011
1 parent 4b83919 commit 0c0911b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base_facebook.php
Expand Up @@ -343,7 +343,7 @@ protected function getUserAccessToken() {
$this->setPersistentData('access_token', $access_token);
return $access_token;
}

// the JS SDK puts a code in with the redirect_uri of ''
if (array_key_exists('code', $signed_request)) {
$code = $signed_request['code'];
Expand Down

0 comments on commit 0c0911b

Please sign in to comment.