This commit is contained in:
Yuri Kuznetsov
2022-12-21 18:29:00 +02:00
parent 3f84551b50
commit ab81d0fae6

View File

@@ -740,7 +740,7 @@ class Htmlizer
$customHelper = function () {
$args = func_get_args();
$agumentList = array_slice($args, 0, -1);
$argumentList = array_slice($args, 0, -1);
$context = $args[count($args) - 1];
$options = $context['hash'];
@@ -755,7 +755,7 @@ class Htmlizer
$data = new \Espo\Core\Htmlizer\Helper\Data(
$name,
$agumentList,
$argumentList,
(object) $options,
$context['_this'],
$rootData,