diff --git a/model/PFAHandler.php b/model/PFAHandler.php index a38774bb..c9a9194a 100644 --- a/model/PFAHandler.php +++ b/model/PFAHandler.php @@ -603,11 +603,11 @@ abstract class PFAHandler { } public function beforeStore() : bool { - return $this->beforeStore(); + return $this->preSave(); } public function storeMore() : bool { - return $this->storeMore(); + return $this->postSave(); } /**