mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-09 19:13:26 +00:00
Coding standards
This commit is contained in:
@@ -411,17 +411,17 @@ class API_OAuth2_Adapter extends OAuth2
|
||||
|
||||
$scope = $request->get('scope', false);
|
||||
$state = $request->get('state', false);
|
||||
|
||||
|
||||
if($state)
|
||||
{
|
||||
$datas["state"] = $state;
|
||||
}
|
||||
|
||||
|
||||
if($scope)
|
||||
{
|
||||
$datas["scope"] = $scope;
|
||||
}
|
||||
|
||||
|
||||
$filters = array(
|
||||
"client_id" => array(
|
||||
"filter" => FILTER_VALIDATE_REGEXP
|
||||
|
Reference in New Issue
Block a user