Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Tadiar committed May 9, 2012
1 parent 91c6e5a commit 335d6d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dropbox/OAuth/Consumer/ConsumerAbstract.php
Expand Up @@ -97,9 +97,9 @@ public function getAuthoriseUrl()

// Prepare request parameters
$params = array(
'oauth_token' => $token->oauth_token,
'oauth_token_secret' => $token->oauth_token_secret,
'oauth_callback' => $this->callback,
'oauth_token' => $token->oauth_token,
'oauth_token_secret' => $token->oauth_token_secret,
'oauth_callback' => $this->callback,
);

// Build the URL and redirect the user
Expand Down

0 comments on commit 335d6d7

Please sign in to comment.