Update domains.php

This commit is contained in:
FusionPBX 2019-07-24 01:06:34 -06:00 committed by GitHub
parent 311749a35b
commit 21707d5682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
}
//check permission
if (permission_exists('domain_view')) {
if (permission_exists('domain_all') && permission_exists('domain_view')) {
//access granted
}
else {