1 node.install node_update_1012()

Rebuild node access to account for view unpublished.

Related topics

File

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

Code

function node_update_1012() {
  node_access_needs_rebuild(TRUE);
}