0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

fix names ....

This commit is contained in:
David Goodwin 2020-10-02 20:56:45 +01:00
parent aab725eaee
commit d07d115bd5

View File

@ -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();
}
/**