function permissions_by_term_update_8114 in Permissions by Term 8
Same name and namespace in other branches
- 8.2 permissions_by_term.install \permissions_by_term_update_8114()
Force a node access rebuild to fix node access grants.
File
- ./
permissions_by_term.install, line 96 - Install, update and uninstall functions for the permissions_by_term module.
Code
function permissions_by_term_update_8114() {
node_access_rebuild(TRUE);
}