backdrop-contrib / smtp

Backdrop CMS port of the SMTP module for Drupal 7
GNU General Public License v2.0
4 stars 5 forks source link

Don't call gauth_account_delete in smtp_oauth_uninstall() unless the function actually exists #28

Open herbdool opened 9 months ago

herbdool commented 9 months ago

Uninstalling smtp_oauth shouldn't have to rely on gauth module being present. So first check if the gauth_account_delete() exists before calling it.

herbdool commented 7 months ago

This works for me, thanks @bugfolder! RTBC