summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-10-20 16:16:28 -0700
committerBrion Vibber <brion@pobox.com>2010-10-20 16:16:28 -0700
commit152e4f8e8985078158b3a44f32b012d7071e24c6 (patch)
tree46b75b471b5113529cff5fdb7fb204f04c06e2db
parentc24f4ddfdbf00f024730c1f76e3f17e8e3999d85 (diff)
parente611ec5dee112991490346e3cc8cdd24a746daec (diff)
Merge branch '0.9.x' into openid-oauth
-rw-r--r--tests/oauth/oauth_post_notice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/oauth/oauth_post_notice.php b/tests/oauth/oauth_post_notice.php
index 5e9d2a7ab..23fc04b53 100644
--- a/tests/oauth/oauth_post_notice.php
+++ b/tests/oauth/oauth_post_notice.php
@@ -23,7 +23,7 @@ define('INSTALLDIR', realpath(dirname(__FILE__) . '/../..'));
require_once INSTALLDIR . '/extlib/OAuth.php';
$shortoptions = 't:s:u:';
-$longoptions = array('oauth_token=', 'token_secret=', 'update=');
+$longoptions = array('oauth_token=', 'oauth_token_secret=', 'update=');
$helptext = <<<END_OF_VERIFY_HELP
oauth_post_notice.php [options]