strangerstudios / pmpro-approvals

Grants administrators the ability to approve/deny memberships after signup.
https://www.paidmembershipspro.com/add-ons/approval-process-membership/
19 stars 29 forks source link

PHP Notice Fixed #121

Closed JarrydLong closed 4 years ago

JarrydLong commented 4 years ago

113 Trying to get property of non-object when emails are sent - Fixed

All Submissions:

Changes proposed in this Pull Request:

Closes Issue: #113.

How to test the changes in this Pull Request:

  1. Set the site's email notification address to an email address that doesn't match any users.
  2. The plugin will then try and get a user by that email. Returns false. Notices are thrown.

Other information:

Changelog entry

Enter a summary of all changes on this Pull Request. This will appear in the changelog if accepted.