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
GIP RENATER
switch-wayf
Commits
e74f8865
Commit
e74f8865
authored
Jan 12, 2018
by
Lukas Haemmerle
Browse files
Fixed minor code bug to prevent a warning
parent
9db8bb6a
Changes
1
Show whitespace changes
Inline
Side-by-side
templates.php
View file @
e74f8865
...
...
@@ -262,8 +262,10 @@ function printNotice(){
if
(
$permanentUserIdP
!=
''
){
$hiddenUserIdPInput
=
'<input type="hidden" name="user_idp" value="'
.
$permanentUserIdP
.
'">'
;
$permanentUserIdPName
=
$IDProviders
[
$permanentUserIdP
][
'Name'
];
if
(
isset
(
$IDProviders
[
$permanentUserIdP
][
'Logo'
][
'URL'
])){
$permanentUserIdPLogo
=
$IDProviders
[
$permanentUserIdP
][
'Logo'
][
'URL'
];
}
}
// Check if footer template exists
if
(
file_exists
(
'custom-notice.php'
)){
...
...
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