diff options
Diffstat (limited to '')
-rw-r--r-- | app/class/object.class.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/class/object.class.php b/app/class/object.class.php index dc988ae..14ab891 100644 --- a/app/class/object.class.php +++ b/app/class/object.class.php @@ -80,6 +80,7 @@ class object extends table public function setOwner(agent $owner) : void { $this->owner = $owner->guid; + $this->saveObj(); } /* @@ -101,6 +102,7 @@ class object extends table public function setParent(object $parent) : void { $this->parent = $parent->guid; + $this->saveObj(); } /* |