You are here

function social_core_update_8906 in Open Social 10.2.x

Same name and namespace in other branches
  1. 10.3.x modules/social_features/social_core/social_core.install \social_core_update_8906()
  2. 10.0.x modules/social_features/social_core/social_core.install \social_core_update_8906()
  3. 10.1.x modules/social_features/social_core/social_core.install \social_core_update_8906()

Sets the Default E-mail logo to the rebranded version, if possible.

File

modules/social_features/social_core/social_core.install, line 1284
Install, update and uninstall functions for the social_core module.

Code

function social_core_update_8906() {
  _social_core_set_default_email_logo_for_socialblue();
}