diff --git a/upgrade/install-2.4.php b/upgrade/install-2.4.0.php similarity index 96% rename from upgrade/install-2.4.php rename to upgrade/install-2.4.0.php index da9bae79..af6d0a32 100644 --- a/upgrade/install-2.4.php +++ b/upgrade/install-2.4.0.php @@ -27,7 +27,7 @@ exit; } -function upgrade_module_2_4($object) +function upgrade_module_2_4_0($object) { return $object->registerHook('displayProductListReviews') && $object->registerHook('top'); }