You are here

function crumbs_update_7203 in Crumbs, the Breadcrumbs suite 7.2

Flush crumbs plugin cache after refactoring of the plugin system.

File

./crumbs.install, line 72
Install, update and uninstall functions for the crumbs module.

Code

function crumbs_update_7203() {
  cache_clear_all('crumbs:', 'cache', TRUE);
}