Skip to content

Commit

Permalink
Merge pull request #177 from Hlavtox/standardize-upgrade-files
Browse files Browse the repository at this point in the history
Standardize upgrade files
  • Loading branch information
Hlavtox authored Jan 11, 2024
2 parents 3d610ce + a109b26 commit de34fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade/install-2.2.php → upgrade/install-2.2.0.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
if (!defined('_PS_VERSION_')) {
exit;
}
function upgrade_module_2_2($object, $install = false)
function upgrade_module_2_2_0($object, $install = false)
{
if ($object->active || $install) {
Configuration::updateValue('GSITEMAP_PRIORITY_HOME', 1.0);
Expand Down

0 comments on commit de34fa4

Please sign in to comment.