Skip to content

Commit 522f2bd

Browse files
author
Till Brehm
committed
Fixed #4610 Backup for Vhost
1 parent 2ecb93d commit 522f2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/sites/backup_stats.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ public function prepareDataRow($rec)
3939
}
4040

4141
$list = new list_action;
42-
$list->SQLExtWhere = "";
42+
$list->SQLExtWhere = "web_domain.type = 'vhost'";
4343
$list->onLoad();

0 commit comments

Comments
 (0)