Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Σταύρος Παπαδάκης
e-epal
Commits
07184b44
Commit
07184b44
authored
Jun 26, 2017
by
Χάρης Παπαδόπουλος
Browse files
Merge branch 'clear' into 'develop'
Log clear See merge request !214
parents
ec0f9657
e81e72ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
drupal/modules/oauthost/src/Controller/OAuthLogin.php
View file @
07184b44
...
...
@@ -129,8 +129,8 @@ class OAuthLogin extends ControllerBase
$oauthostSession
->
save
();
$this
->
logger
->
warning
(
'redirected to:'
.
$this
->
user_authorization_url
);
header
(
'Location: '
.
$this
->
user_authorization_url
.
'?oauth_token='
.
$requestToken
[
'oauth_token'
]);
$this
->
logger
->
warning
(
'redirected to:'
.
$this
->
user_authorization_url
.
'?oauth_token='
.
$requestToken
[
'oauth_token'
]);
exit
;
}
catch
(
OAuthException
$e
)
{
$this
->
logger
->
warning
(
$e
->
getMessage
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment