You are here

function commons_update_3117 in Drupal Commons 7.3

Flush all caches to accommodate moved files and new hooks.

File

./commons.install, line 789
Install, update and uninstall functions for the Commons install profile.

Code

function commons_update_3117() {
  drupal_flush_all_caches();
  return array();
}