mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
fix typo
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user