mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
Avoid notice
This commit is contained in:
parent
f83fddb4ff
commit
d3270904bd
@ -70,6 +70,10 @@ if (empty($license) === true) {
|
||||
}
|
||||
|
||||
$mode_str = '';
|
||||
if (isset($mode) === false) {
|
||||
$mode = null;
|
||||
}
|
||||
|
||||
if ($mode === Manager::MODE_ONLINE) {
|
||||
$mode_str = 'online';
|
||||
} else if ($mode === Manager::MODE_OFFLINE) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user