You are here

function permissions_by_term_update_8142 in Permissions by Term 8.2

Same name and namespace in other branches
  1. 8 permissions_by_term.install \permissions_by_term_update_8142()

Force a node access rebuild to fix multilingual node access grants.

File

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

Code

function permissions_by_term_update_8142() {
  node_access_rebuild(TRUE);
}