Skip to content

Commit

Permalink
Fixed flag customization
Browse files Browse the repository at this point in the history
  • Loading branch information
rsepulvedacl authored Jan 19, 2025
1 parent 5a82a36 commit 02ed24b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions upload/admin/controller/language/spanish.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ public function install(): void {
[
'code' => 'burbuja_opencart_spanish_admin_get_languages_set_flag',
'description' => '',
'trigger' => 'admin/model/localisation/language/getLanguages/after',
'trigger' => 'admin/model/localisation/language.getLanguages/after',
'action' => 'extension/opencart_spanish/language/spanish.setFlag',
'status' => true,
'sort_order' => 1,
],
[
'code' => 'burbuja_opencart_spanish_catalog_get_languages_set_flag',
'description' => '',
'trigger' => 'catalog/model/localisation/language/getLanguages/after',
'trigger' => 'catalog/model/localisation/language.getLanguages/after',
'action' => 'extension/opencart_spanish/language/spanish.setFlag',
'status' => true,
'sort_order' => 1,
Expand Down Expand Up @@ -152,4 +152,4 @@ public function setFlag(string &$route, array &$args, array &$output): array {
return $output;
}
}
}
}

0 comments on commit 02ed24b

Please sign in to comment.