From 522f2bda28727e72088a55ec221de77bb536a399 Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Wed, 19 Jul 2017 14:51:03 +0200
Subject: [PATCH] Fixed #4610 Backup for Vhost

---
 interface/web/sites/backup_stats.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/interface/web/sites/backup_stats.php b/interface/web/sites/backup_stats.php
index 1d10ee125..640b0c17b 100644
--- a/interface/web/sites/backup_stats.php
+++ b/interface/web/sites/backup_stats.php
@@ -39,5 +39,5 @@ class list_action extends listform_actions {
 }
 
 $list = new list_action;
-$list->SQLExtWhere = "";
+$list->SQLExtWhere = "web_domain.type = 'vhost'";
 $list->onLoad();
-- 
GitLab