OAIDs can be released now

This commit is contained in:
Frank Schubert
2025-05-16 14:54:21 +02:00
parent a3822abfad
commit 0f00c493f1
8 changed files with 95 additions and 30 deletions

View File

@@ -20,7 +20,7 @@ class Address extends mfBaseModel {
private $creator;
private $editor;
public function afterSave() {
public function afterSave($_params = []) {
// prevent potential infinite loop
if($this->in_after_save) return true;
$this->in_after_save++;