You are here

function prevent_homepage_deletion_install in Prevent homepage deletion 8

Implements hook_install().

File

./prevent_homepage_deletion.install, line 11
Installs, requirements and updates for the Prevent homepage deletion module.

Code

function prevent_homepage_deletion_install() {
  node_access_needs_rebuild(TRUE);
  drupal_flush_all_caches();
}