Skip to content

Commit 779b174

Browse files
committed
missing bracket added
1 parent df1a05e commit 779b174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/dashboard/dashlets/limits.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function show() {
7171

7272
$limits[] = array('field' => 'limit_web_aliasdomain',
7373
'db_table' => 'web_domain',
74-
'db_where' => "(type = 'alias' OR type = 'vhostalias'");
74+
'db_where' => "(type = 'alias' OR type = 'vhostalias')");
7575

7676
$limits[] = array('field' => 'limit_ftp_user',
7777
'db_table' => 'ftp_user',

0 commit comments

Comments
 (0)