enigmadigital / Formerly

Plugin to allow users to create custom forms within Craft CMS
MIT License
59 stars 24 forks source link

fix undefined variable warning #89

Closed masiorama closed 1 year ago

masiorama commented 7 years ago

Undefined variable: success (/var/www/html/[...]/craft/plugins/formerly/services/Formerly_SubmissionsService.php:67) The variable $success raise a warning since outside of the mailchimp if statement it is not defined, while it is returned at the end of the method.