Commit 522f2bda authored by Till Brehm's avatar Till Brehm
Browse files

Fixed #4610 Backup for Vhost

parent 2ecb93d8
......@@ -39,5 +39,5 @@ class list_action extends listform_actions {
}
$list = new list_action;
$list->SQLExtWhere = "";
$list->SQLExtWhere = "web_domain.type = 'vhost'";
$list->onLoad();
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment