Fix --oauth-token-secret on oauth_verify_creds.php
This commit is contained in:
parent
8004e2809d
commit
9d401e2b15
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user