summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.install')
-rw-r--r--modules/system/system.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index 62e582d64..b1fda9b22 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -3873,6 +3873,14 @@ function system_update_6013() {
system_theme_data();
}
+/**
+ * Record that the installer is done, so it is not
+ * possible to run the installer on upgraded sites.
+ */
+function system_update_6014() {
+ variable_set('install_task', 'done');
+}
+
/**
* @} End of "defgroup updates-5.x-to-6.x"