We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255a5b8 commit 55245eeCopy full SHA for 55245ee
virtual_feature.pl
@@ -1102,7 +1102,7 @@ sub feature_links
1102
# Link to PHP log, if enabled
1103
my $phplog;
1104
if (defined(&virtual_server::get_domain_php_error_log)) {
1105
- $phplog = &get_domain_php_error_log::get_domain_php_error_log($d);
+ $phplog = &virtual_server::get_domain_php_error_log($d);
1106
}
1107
if ($phplog) {
1108
my $param = &virtual_server::master_admin() ? "file" : "extra";
0 commit comments