From af497164c7d545389348e4252c9e957320e29e07 Mon Sep 17 00:00:00 2001 From: iliajie Date: Sat, 3 Sep 2022 21:39:01 +0300 Subject: [PATCH] Fix missing package name for caller --- virtual_feature.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual_feature.pl b/virtual_feature.pl index 0e02836..d39cf5e 100644 --- a/virtual_feature.pl +++ b/virtual_feature.pl @@ -1529,7 +1529,7 @@ sub feature_save_web_php_children my $conf = &virtual_server::get_php_fpm_config(); return 0 if (!$conf); $children = $childrenmax if ($children == 0); # Recommended default - &save_php_fpm_pool_config_value( + &virtual_server::save_php_fpm_pool_config_value( $conf, $d->{'id'}, "pm.max_children", $children); } &virtual_server::save_domain($d);