From: Brion Vibber Date: Wed, 20 Oct 2010 22:17:56 +0000 (-0700) Subject: Fix --oauth-token-secret on oauth_verify_creds.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9d401e2b15c93b91c087507ae8ac8dcb8a44f8d2;p=quix0rs-gnu-social.git Fix --oauth-token-secret on oauth_verify_creds.php --- 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'); }