mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Undefined variable in Web\Notification
This commit is contained in:
parent
f86e910bd9
commit
4603219677
@ -85,7 +85,7 @@ class Notification
|
||||
);
|
||||
}
|
||||
|
||||
if ($this->is_cli) {
|
||||
if ($this->isCli) {
|
||||
$msg = sprintf('[%s] %s', $type, $message);
|
||||
switch ($type) {
|
||||
case 'info':
|
||||
|
Loading…
x
Reference in New Issue
Block a user