From 24949e78caa699da0d6069ad266a5a331f5a366c Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Wed, 17 Jun 2015 16:29:26 -0400
Subject: [PATCH] Fixed language file import problem: https://www.howtoforge.com/community/threads/import-language-issue.70355
---
interface/web/dashboard/dashlets/limits.php | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/interface/web/dashboard/dashlets/limits.php b/interface/web/dashboard/dashlets/limits.php
index b361f6e..58ed1d8 100644
--- a/interface/web/dashboard/dashlets/limits.php
+++ b/interface/web/dashboard/dashlets/limits.php
@@ -105,7 +105,9 @@
'db_table' => 'client',
'db_where' => "");
-
+ $limits[] = array('field' => 'limit_domain',
+ 'db_table' => 'domain',
+ 'db_where' => "");
//* Loading Template
--
Gitblit v1.9.1