Archived
1
0

General improvements

This commit is contained in:
Marcel
2019-01-04 19:44:00 +01:00
parent 2d6fa02b85
commit 4dbcd05e87
187 changed files with 185 additions and 89511 deletions

View File

@@ -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 {