From: Roland Häder Date: Thu, 23 Jun 2022 05:28:13 +0000 (+0200) Subject: Ops, wrong type X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=af994b4818c55003f67266323ebdfa6ed6be72ea;p=friendica-addons.git Ops, wrong type --- 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 .= ''; }