From 7e509f5a50414ab50e67c0b58fb37697f92615d1 Mon Sep 17 00:00:00 2001 From: Sergio Cambra Date: Thu, 14 Aug 2014 10:36:00 +0200 Subject: [PATCH] add a comment about limit_client = 1 --- interface/web/client/client_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/web/client/client_edit.php b/interface/web/client/client_edit.php index 326587be08..5c47fe5fa1 100644 --- a/interface/web/client/client_edit.php +++ b/interface/web/client/client_edit.php @@ -98,7 +98,7 @@ class page_action extends tform_actions { $this->dataRecord['limit_client'] = 0; } else { if($this->dataRecord["reseller"]) { - $this->dataRecord["limit_client"] = 1; + $this->dataRecord["limit_client"] = 1; // allow 1 client, template limits will be applied later, if we set -1 it would override template limits } } -- GitLab