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