Fix --oauth-token-secret on oauth_verify_creds.php

This commit is contained in:
Brion Vibber 2010-10-20 15:17:56 -07:00
parent 8004e2809d
commit 9d401e2b15
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ if (have_option('t', 'oauth_token')) {
$token = get_option_value('t', 'oauth_token');
}
if (have_option('s', 'token_secret')) {
if (have_option('s', 'oauth_token_secret')) {
$token_secret = get_option_value('s', 'oauth_token_secret');
}