From af994b4818c55003f67266323ebdfa6ed6be72ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Thu, 23 Jun 2022 07:28:13 +0200 Subject: [PATCH] Ops, wrong type --- buglink/buglink.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buglink/buglink.php b/buglink/buglink.php index 973d08ed..517c33e2 100644 --- a/buglink/buglink.php +++ b/buglink/buglink.php @@ -15,7 +15,7 @@ function buglink_install() Hook::register('page_end', 'addon/buglink/buglink.php', 'buglink_active'); } -function buglink_active(App $a, array &$b) +function buglink_active(App $a, string &$b) { $b .= ''; }