diff --git a/shutdown.info b/shutdown.info
index 2f33bb9..1f2a1eb 100644
--- a/shutdown.info
+++ b/shutdown.info
@@ -2,3 +2,4 @@ name = Website shutdown
 description = "Provides ability to shut down a website."
 core = 7.x
 configure = admin/config/system/shutdown
+files[] = shutdown.rules.inc
diff --git a/shutdown.module b/shutdown.module
index d2dbf32..6c89049 100644
--- a/shutdown.module
+++ b/shutdown.module
@@ -73,7 +73,7 @@ function shutdown_init() {
 /**
  * Performs needed actions to shut down the website.
  */
-function shutdown_shut_website() {
+function shutdown_shutdown_website() {
   variable_set('shutdown_enable', 1);
   watchdog('shutdown', t('Website has been shut down.'), array(), WATCHDOG_NOTICE);
 }
