diff --git a/modules/luci-base/ucode/dispatcher.uc b/modules/luci-base/ucode/dispatcher.uc index 50201be0f4..9d310bb5c2 100644 --- a/modules/luci-base/ucode/dispatcher.uc +++ b/modules/luci-base/ucode/dispatcher.uc @@ -775,7 +775,7 @@ function run_action(request_path, lang, tree, resolved, action) { switch (action?.type) { case 'template': if (runtime.is_ucode_template(action.path)) - runtime.render_ucode(action.path); + runtime.render(action.path, {}); else render_action(() => { runtime.call('luci.dispatcher', 'render_lua_template', action.path);