Skip to content

Commit af49716

Browse files
committed
Fix missing package name for caller
1 parent 996cb0e commit af49716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtual_feature.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,7 @@ sub feature_save_web_php_children
15291529
my $conf = &virtual_server::get_php_fpm_config();
15301530
return 0 if (!$conf);
15311531
$children = $childrenmax if ($children == 0); # Recommended default
1532-
&save_php_fpm_pool_config_value(
1532+
&virtual_server::save_php_fpm_pool_config_value(
15331533
$conf, $d->{'id'}, "pm.max_children", $children);
15341534
}
15351535
&virtual_server::save_domain($d);

0 commit comments

Comments
 (0)