Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
updated hook
Browse files Browse the repository at this point in the history
  • Loading branch information
yeniatencio committed Aug 28, 2024
1 parent 02f893e commit a885ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tide_site_theming/tide_site_theming.install
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ function tide_site_theming_update_10001() {
'field.field.taxonomy_term.sites.field_site_app_icon' => 'field_config',
];
module_load_include('inc', 'tide_core', 'includes/helpers');
$config_location = [\Drupal::service('extension.list.module')->getPath('tide_site_theming') . '/config/install'];
$config_location = [\Drupal::service('extension.list.module')->getPath('tide_site') . '/config/install'];
// Check if field already exported to config/sync.
foreach ($configs as $config => $type) {
$config_read = _tide_read_config($config, $config_location, TRUE);
Expand Down

0 comments on commit a885ab9

Please sign in to comment.