You are here

function smtp_post_update_connection_typo in SMTP Authentication Support 8

Rebuild caches to ensure the connection typo service change is updated.

File

./smtp.post_update.php, line 45
Post update functions for Smtp.

Code

function smtp_post_update_connection_typo() {

  // Empty update to cause a cache rebuild so that the service changes are read.
  // Caused by this typo: https://www.drupal.org/project/smtp/issues/3150369
}