1
0
Fork 0

[scripting] silence warning

This commit is contained in:
Witold Filipczyk 2024-04-18 09:15:10 +02:00
parent ebe3672e10
commit 77addf7277
1 changed files with 2 additions and 0 deletions

View File

@ -164,6 +164,8 @@ script_hook_pre_format_html(va_list ap, void *data)
struct fragment *fragment = get_cache_fragment(cached);
char *url = struri(cached->uri);
evhook_use_params(ses && cached);
if (my_perl && url && cached->length && *fragment->data)
do_script_hook_pre_format_html(url, cached, fragment);