Skip to content
Snippets Groups Projects
Commit e9ff7852 authored by mcramer's avatar mcramer
Browse files

Bugfix: vhost subdomain were not counted on subdomain limit

parent 381520c8
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ class dashlet_limits { ...@@ -67,7 +67,7 @@ class dashlet_limits {
$limits[] = array('field' => 'limit_web_subdomain', $limits[] = array('field' => 'limit_web_subdomain',
'db_table' => 'web_domain', 'db_table' => 'web_domain',
'db_where' => "type = 'subdomain'"); 'db_where' => "(type = 'subdomain' OR type = 'vhostsubdomain')");
$limits[] = array('field' => 'limit_web_aliasdomain', $limits[] = array('field' => 'limit_web_aliasdomain',
'db_table' => 'web_domain', 'db_table' => 'web_domain',
......
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