You are here

function commerce_file_update_7106 in Commerce File 7

Rebuild the cache for hook_commerce_file_license_info() for UI improvements to take effect.

File

./commerce_file.install, line 357
Install, update and uninstall functions this module.

Code

function commerce_file_update_7106(&$sandbox) {
  _commerce_file_collate_license_info_rebuild();
  return t('The cache has been rebuilt for Commerce File access limit info defined by implementations of hook_commerce_file_license_info().');
}