Skip to content

Commit

Permalink
Update and rename install-2.2.php to install-2.2.0.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Hlavtox authored Jan 11, 2024
1 parent 3d610ce commit a109b26
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 a109b26

Please sign in to comment.