Fix a couple spelling mistakes in comments and remove redundant statement terminator
This commit is contained in:
parent
6dc94a5389
commit
3a24b95edb
|
@ -980,7 +980,7 @@ class User extends Memcached_DataObject
|
|||
}
|
||||
|
||||
/*
|
||||
* Get a list of OAuth client application that have access to this
|
||||
* Get a list of OAuth client applications that have access to this
|
||||
* user's account.
|
||||
*/
|
||||
function getConnectedApps($offset = 0, $limit = null)
|
||||
|
|
|
@ -337,7 +337,7 @@ class ApiAuthAction extends ApiAction
|
|||
}
|
||||
|
||||
/**
|
||||
* Log an API authentication failer. Collect the proxy and IP
|
||||
* Log an API authentication failure. Collect the proxy and IP
|
||||
* and log them
|
||||
*
|
||||
* @param string $logMsg additional log message
|
||||
|
|
|
@ -229,7 +229,7 @@ class ApiStatusNetOAuthDataStore extends StatusNetOAuthDataStore
|
|||
// insert a new Oauth_application_user record w/access token
|
||||
$appUser = new Oauth_application_user();
|
||||
|
||||
$appUser->profile_id = $tokenAssoc->profile_id;;
|
||||
$appUser->profile_id = $tokenAssoc->profile_id;
|
||||
$appUser->application_id = $app->id;
|
||||
$appUser->access_type = $app->access_type;
|
||||
$appUser->token = $at->tok;
|
||||
|
|
Loading…
Reference in New Issue
Block a user