From b15378293977bde85f459cd2a84f0d9ac1855854 Mon Sep 17 00:00:00 2001 From: O K Date: Mon, 2 Jun 2025 11:25:15 +0300 Subject: [PATCH] fix hook --- hutko.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hutko.php b/hutko.php index e67a686..62a8816 100644 --- a/hutko.php +++ b/hutko.php @@ -57,8 +57,7 @@ class Hutko extends PaymentModule public function install(): bool { $success = parent::install() - && $this->registerHook('paymentOptions') - && $this->registerHook('actionAdminControllerSetMedia'); + && $this->registerHook('paymentOptions'); // If the initial mandatory hooks failed, stop here. if (!$success) {