Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
3e363162
Commit
3e363162
authored
May 28, 2018
by
Cecilia Vela Gurovic
Committed by
Gerrit Code Review
May 28, 2018
Browse files
Merge "Bug 1773043: Check for logoxs object param"
parents
a14f9c24
7845d8b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/auth/user.php
View file @
3e363162
...
...
@@ -921,7 +921,7 @@ class User {
if
(
!
is_null
(
$themeinstitution
))
{
$themename
=
$institutions
[
$themeinstitution
]
->
theme
;
$headerlogo
=
$institutions
[
$themeinstitution
]
->
logo
;
$headerlogosmall
=
$institutions
[
$themeinstitution
]
->
logoxs
;
$headerlogosmall
=
isset
(
$institutions
[
$themeinstitution
]
->
logoxs
)
?
$institutions
[
$themeinstitution
]
->
logoxs
:
null
;
if
(
$institutions
[
$themeinstitution
]
->
style
)
{
$stylesheet
=
get_config
(
'wwwroot'
)
.
'style.php?id='
.
$institutions
[
$themeinstitution
]
->
style
;
if
(
$nocachecss
)
{
...
...
Write
Preview
Supports
Markdown
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