Browse Source

Merge branch 'dev'

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

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

$email = $contact->email; $email = $contact->email;
} }


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

Loading…
Cancel
Save