You are here

function single_page_site_update_9001 in Single Page Site 2.x

Same name and namespace in other branches
  1. 2.0.x single_page_site.install \single_page_site_update_9001()

Flush caches to pick up new services.

File

./single_page_site.install, line 19
Install, update, and uninstall functions.

Code

function single_page_site_update_9001() {

  // This hook already flushed caches, so we don't need to do anything.
}