Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Dec 8, 2022
1 parent 255a5b8 commit 55245ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtual_feature.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ sub feature_links
# Link to PHP log, if enabled
my $phplog;
if (defined(&virtual_server::get_domain_php_error_log)) {
$phplog = &get_domain_php_error_log::get_domain_php_error_log($d);
$phplog = &virtual_server::get_domain_php_error_log($d);
}
if ($phplog) {
my $param = &virtual_server::master_admin() ? "file" : "extra";
Expand Down

0 comments on commit 55245ee

Please sign in to comment.