mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-05-28 04:34:08 -04:00
Controller: provide $bp if loaded
This commit is contained in:
parent
4add34aca6
commit
d057567247
1 changed files with 3 additions and 1 deletions
|
|
@ -21,6 +21,8 @@ class Controller extends ModuleController
|
|||
|
||||
protected $backend;
|
||||
|
||||
protected $bp;
|
||||
|
||||
private $storage;
|
||||
|
||||
private $url;
|
||||
|
|
@ -125,7 +127,7 @@ class Controller extends ModuleController
|
|||
}
|
||||
}
|
||||
|
||||
$this->view->bpconfig = $bp;
|
||||
$this->view->bpconfig = $this->bp = $bp;
|
||||
$this->view->configName = $bp->getName();
|
||||
|
||||
return $bp;
|
||||
|
|
|
|||
Loading…
Reference in a new issue