From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 14 Oct 2013 08:57:25 -0400 Subject: [PATCH] Added missing empty directories from svn import --- interface/web/sites/web_vhost_subdomain_list.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/web/sites/web_vhost_subdomain_list.php b/interface/web/sites/web_vhost_subdomain_list.php index 8c48339..0677a93 100644 --- a/interface/web/sites/web_vhost_subdomain_list.php +++ b/interface/web/sites/web_vhost_subdomain_list.php @@ -47,8 +47,8 @@ $app->uses('listform_actions'); // Limit the results to alias domains -$app->listform_actions->SQLExtWhere = "type = 'vhostsubdomain'"; -$app->listform_actions->SQLOrderBy = 'ORDER BY domain'; +$app->listform_actions->SQLExtWhere = "web_domain.type = 'vhostsubdomain'"; +$app->listform_actions->SQLOrderBy = 'ORDER BY web_domain.domain'; $app->listform_actions->onLoad(); -- Gitblit v1.9.1