You are here

function hosting_client_update_7 in Hostmaster (Aegir) 6

Rebuild the node access table now that we fixed the hook_access properly

File

modules/hosting/client/hosting_client.install, line 185
Install, update and uninstall for the clients module.

Code

function hosting_client_update_7() {
  node_access_rebuild();
  return array();
}