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

Commit

Permalink
Fixes a function naming issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-gao committed Mar 29, 2022
1 parent 00740fc commit e88abb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tide_news.install
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ function tide_news_update_8006() {
* - field_show_site_section_nav
* - field_show_topic_term_and_tags.
*/
function tide_news_page_update_8007() {
function tide_news_update_8007() {
// Install configs.
module_load_include('inc', 'tide_core', 'includes/helpers');
$config_location = [drupal_get_path('module', 'tide_news') . '/config/install'];
Expand Down

0 comments on commit e88abb5

Please sign in to comment.