mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +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 (enterprise_installed() === true) {
|
||||||
if (isset($config['license_mode'])
|
if (isset($config['license_mode'])
|
||||||
&& (int) $config['license_mode'] === 0
|
&& (int) $config['license_mode'] === 1
|
||||||
) {
|
) {
|
||||||
return __('FREE/TRIAL');
|
return __('FREE/TRIAL');
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user