mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
DbObject: add missing call to onLoadFromDb
This commit is contained in:
parent
c00d708327
commit
4881cd3860
@ -516,6 +516,7 @@ abstract class DbObject
|
||||
$this->loadedFromDb = true;
|
||||
$this->loadedProperties = $this->properties;
|
||||
$this->hasBeenModified = false;
|
||||
$this->onLoadFromDb();
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user