Skip to content
Snippets Groups Projects
Commit 7e509f5a authored by Sergio's avatar Sergio
Browse files

add a comment about limit_client = 1

parent d350982b
No related branches found
No related tags found
1 merge request!117Convert to reseller
...@@ -98,7 +98,7 @@ class page_action extends tform_actions { ...@@ -98,7 +98,7 @@ class page_action extends tform_actions {
$this->dataRecord['limit_client'] = 0; $this->dataRecord['limit_client'] = 0;
} else { } else {
if($this->dataRecord["reseller"]) { 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
} }
} }
......
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