aelvan/mailchimp-subscribe-craft

Couple of Unsubscribe controller bugs

Closed this issue · 1 comments

The actionUnubscribe() should be;
actionUnsubscribe()
(line 83 in \src\controllers\ListController.php)

Same function is missing the $redirect variable;
$redirect = $request->getParam('redirect', '');
(line ~91 in \src\controllers\ListController.php).

This has been fixed in v2.0.4.