settings send test mail frontend
This commit is contained in:
@@ -117,6 +117,10 @@ namespace Core\API\Settings {
|
||||
|
||||
$this->success = ($query->execute() !== FALSE);
|
||||
$this->lastError = $sql->getLastError();
|
||||
|
||||
if ($this->success) {
|
||||
$this->logger->info("The site settings were changed");
|
||||
}
|
||||
}
|
||||
|
||||
return $this->success;
|
||||
|
||||
Reference in New Issue
Block a user