From: Brion Vibber Date: Wed, 20 Oct 2010 23:16:00 +0000 (-0700) Subject: Fix option settings on oauth_post_notice.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e611ec5dee112991490346e3cc8cdd24a746daec;p=quix0rs-gnu-social.git Fix option settings on oauth_post_notice.php --- 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 = <<