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.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index 478a09279..4a1e9ccdd 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -2719,6 +2719,15 @@ function system_update_7048() {
}
/**
+ * Rename 'Default' profile to 'Standard.'
+ */
+function system_update_7049() {
+ if (variable_get('install_profile', 'standard') == 'default') {
+ variable_set('install_profile', 'standard');
+ }
+}
+
+/**
* @} End of "defgroup updates-6.x-to-7.x"
* The next series of updates should start at 8000.
*/