From 9213b1f45fe27afbb1c732b6101cf091179e54b2 Mon Sep 17 00:00:00 2001 From: Ville Nummela Date: Fri, 10 Nov 2023 13:35:06 +0200 Subject: [PATCH] More PHP 8 related signature fixes Signed-off-by: Ville Nummela --- lib/Form/EditContact.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Form/EditContact.php b/lib/Form/EditContact.php index 2e1b1606..7b89d4d6 100644 --- a/lib/Form/EditContact.php +++ b/lib/Form/EditContact.php @@ -110,9 +110,9 @@ public function execute() /** */ - public function renderActive($renderer, $vars, $action, $method) + public function renderActive($renderer = null, $vars = null, $action = '', $method = 'get', $enctype = null, $focus = true) { - parent::renderActive($renderer, $vars, $action, $method); + parent::renderActive($renderer, $vars, $action, $method, $enctype, $focus); if ($this->_contact->isGroup()) { $edit_url = Horde::url('browse.php')->add(array(