X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Foauth%2Foauth_verify_creds.php;h=a37538d87e4e03ef5ec022bd394127126753ab0e;hb=dd862de6fbfddf0e585fbe9e3993a79fd939da22;hp=7eea6e7e7440d6984cf5154e3e85884fff50e187;hpb=6c77d86b7f39c35eac0fcc3f13c0beba3e694318;p=quix0rs-gnu-social.git diff --git a/tests/oauth/oauth_verify_creds.php b/tests/oauth/oauth_verify_creds.php index 7eea6e7e74..a37538d87e 100755 --- a/tests/oauth/oauth_verify_creds.php +++ b/tests/oauth/oauth_verify_creds.php @@ -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'); }