Skip to content
Snippets Groups Projects
Commit 522f2bda authored by Till Brehm's avatar Till Brehm
Browse files

Fixed #4610 Backup for Vhost

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