projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8004e28
)
Fix --oauth-token-secret on oauth_verify_creds.php
author
Brion Vibber
<brion@pobox.com>
Wed, 20 Oct 2010 22:17:56 +0000
(15:17 -0700)
committer
Brion Vibber
<brion@pobox.com>
Wed, 20 Oct 2010 22:17:56 +0000
(15:17 -0700)
tests/oauth/oauth_verify_creds.php
patch
|
blob
|
history
diff --git
a/tests/oauth/oauth_verify_creds.php
b/tests/oauth/oauth_verify_creds.php
index 7eea6e7e7440d6984cf5154e3e85884fff50e187..a37538d87e4e03ef5ec022bd394127126753ab0e 100755
(executable)
--- 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');
}