mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Loader: Define variable $first in method scope
This commit is contained in:
parent
53b9774874
commit
dbc8579747
@ -188,6 +188,7 @@ class Loader
|
||||
$params = $this->app->getParams();
|
||||
}
|
||||
|
||||
$first = null;
|
||||
if ($this->moduleName === null) {
|
||||
$first = $params->shift();
|
||||
if (! $first) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user