mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 13:33:52 +02:00
MDL-75659 core: Don't render component argument twice in mustache pix helper
This commit is contained in:
parent
85718f00d8
commit
128c0c2160
@ -68,7 +68,6 @@ class mustache_pix_helper {
|
||||
if (!$component) {
|
||||
$component = '';
|
||||
}
|
||||
$component = $helper->render($component);
|
||||
$text = strtok("");
|
||||
// Allow mustache tags in the last argument.
|
||||
$text = trim($helper->render($text));
|
||||
|
Loading…
x
Reference in New Issue
Block a user