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
Merge branch 'dev'
prodstable
Guillaume Bourgeois
2 years ago
parent
ba8cc0075b
cb6d81f0fe
commit
0cf0d0ef74
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