General improvements
This commit is contained in:
@@ -83,6 +83,8 @@
|
||||
|
||||
$this->GeneralModel->addContactMessage($email, $userID, $message);
|
||||
|
||||
$this->EmailModel->sendMail('contact@kingofdog.eu', "Neue Nachricht von $email", 'contact_message', ['email' => $email, 'message' => $message]);
|
||||
|
||||
$notice['type'] = true;
|
||||
$notice['message'] = "Deine Nachricht wurde versendet!";
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user