Skip to content

Commit 17a3a4b

Browse files
committed
- (Bug Fix) Fixed an issue with anonymous form submissions with the postmaster/send endpoint
1 parent ae2f923 commit 17a3a4b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

controllers/Postmaster_FormsController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
class Postmaster_FormsController extends BaseController
55
{
6+
protected $allowAnonymous = true;
7+
68
public function actionSend()
79
{
810
$model = new Postmaster_EmailFormModel(craft()->request->getPost());

0 commit comments

Comments
 (0)