Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
auth
Commits
c7ca12c0
Commit
c7ca12c0
authored
Mar 17, 2014
by
Bertrand Gauthier
Browse files
Correction erreur : "url_encode" plus utilisé.
parent
46430698
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/UnicaenAuth/View/RedirectionStrategy.php
View file @
c7ca12c0
...
...
@@ -41,7 +41,7 @@ class RedirectionStrategy extends \BjyAuthorize\View\RedirectionStrategy
if
((
$uri
=
$router
->
getRequestUri
())
&&
$uri
->
getPath
())
{
/* @var $uri \Zend\Uri\Uri */
$this
->
redirectUri
=
$router
->
assemble
(
array
(),
array
(
'name'
=>
$this
->
redirectRoute
,
'query'
=>
array
(
'redirect'
=>
urlencode
(
$uri
->
toString
())))
)
;
'query'
=>
array
(
'redirect'
=>
$uri
->
toString
())));
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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