From e611ec5dee112991490346e3cc8cdd24a746daec Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 20 Oct 2010 16:16:00 -0700 Subject: [PATCH] Fix option settings on oauth_post_notice.php --- tests/oauth/oauth_post_notice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/oauth/oauth_post_notice.php b/tests/oauth/oauth_post_notice.php index 5e9d2a7ab0..23fc04b531 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 = <<