Merge branch 'fronkdev' into 'master'
OAIDs can be released now See merge request fronk/thetool!1348
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user