Skip to content
Snippets Groups Projects
Commit 53739457 authored by tbrehm's avatar tbrehm
Browse files

Fixed: FS#1294 - AliasDomains Dashboard

parent bec5b49d
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ class dashlet_limits {
$limits[] = array('field' => 'limit_web_aliasdomain',
'db_table' => 'web_domain',
'db_where' => "type = 'aliasdomain'");
'db_where' => "type = 'alias'");
$limits[] = array('field' => 'limit_ftp_user',
'db_table' => 'ftp_user',
......
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