You are here

function messaging_update_6014 in Messaging 6.4

Flush caches once more, new classes added after Beta 4

File

./messaging.install, line 427

Code

function messaging_update_6014() {
  $ret = array();

  // Clear all caches for the new classes to work with autoload, new theme functions, etc..
  drupal_flush_all_caches();
  return $ret;
}