Fix option settings on oauth_post_notice.php
This commit is contained in:
parent
9d401e2b15
commit
e611ec5dee
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue
Block a user