1.20.x node.install node_update_1012()

Rebuild node access to account for view unpublished.

Related topics

File

modules/node/node.install, line 1105
Install, update and uninstall functions for the node module.

Code

function node_update_1012() {
  node_access_needs_rebuild(TRUE);
}