This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
Souke
Watch
5
Star
0
Fork
1
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Mails contact envoyés à
guillaume@laclic.fr
#614
refactoring
Guillaume Bourgeois
2 years ago
parent
4fde38c81b
commit
cb6d81f0fe
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
+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;
}
Write
Preview
Loading…
Cancel
Save