From 045816c2576e527bf2a31584f52901f55dff967c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hlav=C3=A1=C4=8Dek?= Date: Thu, 11 Jan 2024 13:14:56 +0100 Subject: [PATCH] Update and rename install-2.4.php to install-2.4.0.php --- upgrade/{install-2.4.php => install-2.4.0.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename upgrade/{install-2.4.php => install-2.4.0.php} (96%) 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'); }