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
4653f649
Commit
4653f649
authored
Nov 09, 2018
by
Laurent Lécluse
Browse files
Correction de notice "redirect" inconnu
parent
36ec1fc2
Pipeline
#2609
failed with stages
in 2 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/UnicaenAuth/View/Helper/LdapConnectViewHelper.php
View file @
4653f649
...
@@ -65,6 +65,7 @@ class LdapConnectViewHelper extends AbstractHelper
...
@@ -65,6 +65,7 @@ class LdapConnectViewHelper extends AbstractHelper
return
$this
->
getView
()
->
render
(
"ldap-connect"
,
[
return
$this
->
getView
()
->
render
(
"ldap-connect"
,
[
'enabled'
=>
$this
->
enabled
,
'enabled'
=>
$this
->
enabled
,
'form'
=>
$this
->
form
,
'form'
=>
$this
->
form
,
'redirect'
=>
null
,
]);
]);
}
catch
(
\
Exception
$e
)
{
}
catch
(
\
Exception
$e
)
{
return
'<p>'
.
$e
->
getMessage
()
.
'</p><p>'
.
$e
->
getTraceAsString
()
.
'</p>'
;
return
'<p>'
.
$e
->
getMessage
()
.
'</p><p>'
.
$e
->
getTraceAsString
()
.
'</p>'
;
...
...
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