Typo fixed
Publish PHP Package / docker (push) Successful in 7s Details

This commit is contained in:
Pavel Shevaev 2024-11-21 14:02:55 +03:00
parent 3e18e5e471
commit 4c0debbdc7
1 changed files with 1 additions and 1 deletions

View File

@ -836,7 +836,7 @@ Script_{{o.name|norm_name}}.Method_{{m.name}}.ReturnValue(frm, stack
{
{% for m in o.getfuncs %}
{{ _self.func_native_local_fn(m, m.name, '__self.', o) }}
{{ _self.func_native_local_fn(m, o.name|norm_name ~ '_' ~ m.name, '__self.', o) }}
{% endfor %}