Browse Source

Mails contact envoyés à guillaume@laclic.fr #614

refactoring
Guillaume Bourgeois 2 years ago
parent
commit
cb6d81f0fe
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      producer/controllers/SiteController.php

+ 0
- 1
producer/controllers/SiteController.php View File

@@ -200,7 +200,6 @@ class SiteController extends ProducerBaseController
$email = $contact->email;
}

$email = 'guillaume@laclic.fr';
if (strlen($email) && $model->sendEmail($email)) {
$isSent = true;
}

Loading…
Cancel
Save