fix Domains.update() if called as admin/reseller without change_serversettings privileges, thx to rseffner

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2020-01-22 09:14:07 +01:00
parent 2e273a41b5
commit 6c43f1bc56
3 changed files with 24 additions and 2 deletions

View File

@@ -1223,7 +1223,7 @@ class Domains extends \Froxlor\Api\ApiCommand implements \Froxlor\Api\ResourceEn
$writeaccesslog = $result['writeaccesslog'];
$writeerrorlog = $result['writeerrorlog'];
$documentroot = $result['documentroot'];
$ssl_protocols = $p_ssl_protocols;
$override_tls = $result['override_tls'];
}