From 779b174e3d72667b12d5815f314f31beafde4710 Mon Sep 17 00:00:00 2001 From: Dominik Mueller <info@profi-webdesign.net> Date: Tue, 21 Jan 2014 14:11:29 -0500 Subject: [PATCH] missing bracket added --- interface/web/dashboard/dashlets/limits.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/dashboard/dashlets/limits.php b/interface/web/dashboard/dashlets/limits.php index 5ffa346..13c0a4a 100644 --- a/interface/web/dashboard/dashlets/limits.php +++ b/interface/web/dashboard/dashlets/limits.php @@ -71,7 +71,7 @@ $limits[] = array('field' => 'limit_web_aliasdomain', 'db_table' => 'web_domain', - 'db_where' => "(type = 'alias' OR type = 'vhostalias'"); + 'db_where' => "(type = 'alias' OR type = 'vhostalias')"); $limits[] = array('field' => 'limit_ftp_user', 'db_table' => 'ftp_user', -- Gitblit v1.9.1