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) {