mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
#12810 fixed license_mode status
This commit is contained in:
parent
d8fdb22c89
commit
3e40558443
@ -516,7 +516,7 @@ class Diagnostics extends Wizard
|
||||
|
||||
if (enterprise_installed() === true) {
|
||||
if (isset($config['license_mode'])
|
||||
&& (int) $config['license_mode'] === 0
|
||||
&& (int) $config['license_mode'] === 1
|
||||
) {
|
||||
return __('FREE/TRIAL');
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user