mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
output MDL-20204 Fixed regression misnamed variable
This commit is contained in:
parent
c24895978f
commit
524645e768
@ -906,7 +906,7 @@ class core_renderer extends renderer_base {
|
||||
}
|
||||
$attributes = (array)$attributes;
|
||||
|
||||
if (empty($options['class'])) {
|
||||
if (empty($attributes['class'])) {
|
||||
// let ppl override the class via $options
|
||||
$attributes['class'] = 'action-icon';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user