Skip to content

Commit 5e9a4fe

Browse files
author
Andreas Palm
committed
include minor number in apache version for vhost.conf.master, #6471
1 parent efb5a55 commit 5e9a4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/apache2_plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@ function update($event_name, $data) {
13411341
$vhost_data['custom_sendmail_path'] = (isset($custom_sendmail_path) && $custom_sendmail_path) ? 'y' : 'n';
13421342

13431343
$tpl->setVar($vhost_data);
1344-
$tpl->setVar('apache_version', $app->system->getapacheversion());
1344+
$tpl->setVar('apache_version', $app->system->getapacheversion(true));
13451345

13461346
// Rewrite rules
13471347
$rewrite_rules = array();

0 commit comments

Comments
 (0)