Improve migration and tests
This commit is contained in:
committed by
M. Shull
parent
6608621ea8
commit
8da9a5f887
@ -52,7 +52,7 @@ class Settings extends APIEndpoint {
|
||||
}
|
||||
$bridge = new Bridge();
|
||||
$bridge->onSettingsSave($settings);
|
||||
if ($signup_confirmation != $this->settings->get('signup_confirmation.enabled')) {
|
||||
if ($signup_confirmation !== $this->settings->get('signup_confirmation.enabled')) {
|
||||
Form::updateSuccessMessages();
|
||||
}
|
||||
return $this->successResponse($this->settings->getAll());
|
||||
|
Reference in New Issue
Block a user