You are here

function commons_wikis_update_7005 in Drupal Commons 7.3

Clear views cache to have contributor view use new permission.

File

modules/commons/commons_wikis/commons_wikis.install, line 77

Code

function commons_wikis_update_7005() {
  cache_clear_all('*', 'cache_views', TRUE);
}