Commit 7e509f5a authored by Sergio's avatar Sergio
Browse files

add a comment about limit_client = 1

parent d350982b
......@@ -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
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment