Merge branch 'ent-10548-No-se-puede-acceder-a-las-colecciones-del-satalite' into 'develop'
fixed license check See merge request artica/pandorafms!5585
This commit is contained in:
commit
6ecb49bbda
|
@ -84,7 +84,7 @@ class SatelliteCollection extends HTML
|
|||
return;
|
||||
}
|
||||
|
||||
if ((int) $config['license_nms'] === 0) {
|
||||
if ((int) $config['license_nms'] === 1) {
|
||||
db_pandora_audit(
|
||||
AUDIT_LOG_NMS_VIOLATION,
|
||||
'Trying to access satellite collections'
|
||||
|
|
Loading…
Reference in New Issue