]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix option settings on oauth_post_notice.php
authorBrion Vibber <brion@pobox.com>
Wed, 20 Oct 2010 23:16:00 +0000 (16:16 -0700)
committerBrion Vibber <brion@pobox.com>
Wed, 20 Oct 2010 23:16:00 +0000 (16:16 -0700)
tests/oauth/oauth_post_notice.php

index 5e9d2a7ab0b74e862a4991a1cfe807c0c534e7cc..23fc04b531567aedffc836627fc316eb7b563d88 100644 (file)
@@ -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]