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
7f16c271
Commit
7f16c271
authored
Apr 28, 2016
by
Aaron Wells
Committed by
Gerrit Code Review
Apr 28, 2016
Browse files
Merge "Bug #1514641: Avoid undefined variable 'css' in block render"
parents
e2fae3b6
f600592d
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/blocktype/lib.php
View file @
7f16c271
...
...
@@ -899,6 +899,7 @@ class BlockInstance {
log_debug
(
$e
->
getMessage
());
$content
=
''
;
$js
=
''
;
$css
=
''
;
}
if
(
!
defined
(
'JSON'
)
&&
!
$jsreply
)
{
...
...
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