mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-23 12:42:53 -05:00
LegacyStorage: add missing property
This commit is contained in:
parent
86ef2baeb3
commit
7ffb81f9e7
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ class LegacyStorage extends Storage
|
|||
{
|
||||
protected $configDir;
|
||||
|
||||
protected $parsing_line_number;
|
||||
|
||||
public function getConfigDir()
|
||||
{
|
||||
if ($this->configDir === null) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue