You are here

function fontyourface_update_8005 in @font-your-face 8.3

Ensure to flush all caches.

File

./fontyourface.install, line 248
Font-Your-Face install/update/uninstall hook implementation.

Code

function fontyourface_update_8005() {
  drupal_flush_all_caches();
}