You are here

function permissions_by_term_update_8113 in Permissions by Term 8

Same name and namespace in other branches
  1. 8.2 permissions_by_term.install \permissions_by_term_update_8113()

Mandatory initial run of node_access_rebuild() Drupal core function.

File

./permissions_by_term.install, line 89
Install, update and uninstall functions for the permissions_by_term module.

Code

function permissions_by_term_update_8113() {
  node_access_rebuild(TRUE);
}