Skip to content
Snippets Groups Projects

Update file environment_indicator.install

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -15,7 +15,7 @@ function environment_indicator_update_8101() {
@@ -15,7 +15,7 @@ function environment_indicator_update_8101() {
// Check if the version_identifier setting exists, and set a default value
// Check if the version_identifier setting exists, and set a default value
// if it does not.
// if it does not.
if ($settings->get('version_identifier') === NULL) {
if ($settings->get('version_identifier') === NULL) {
$settings->set('version_identifier', 'environment_indicator_current_release');
$settings->set('version_identifier', 'environment_indicator.current_release');
}
}
// Initialize version_identifier_fallback with the old default fallback value.
// Initialize version_identifier_fallback with the old default fallback value.
Loading