Forgot to add the OAuth verifier pin page to sensitive array

This commit is contained in:
Zach Copley 2010-10-25 12:36:03 -07:00
parent 0dcc3f8d71
commit 78396db28a
1 changed files with 1 additions and 0 deletions

View File

@ -1088,6 +1088,7 @@ function common_is_sensitive($action)
'ApiOauthRequestToken',
'ApiOauthAccessToken',
'ApiOauthAuthorize',
'ApiOauthPin',
'showapplication'
);
$ssl = null;