sandstorm / UserManagement

User Management Package for Neos and Flow
MIT License
37 stars 28 forks source link

Validation throw error #48

Open cosmonoid opened 4 years ago

cosmonoid commented 4 years ago

In Flow 6 an error is thrown if submitting the registration form: Notice: Undefined property: Sandstorm\UserManagement\Domain\Validator\RegistrationFlowValidator::$result

This can be fixed by replacing $this->result with $this->getResult()