]> git.mxchange.org Git - friendica-addons.git/commitdiff
Ops, wrong type
authorRoland Häder <roland@mxchange.org>
Thu, 23 Jun 2022 05:28:13 +0000 (07:28 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 23 Jun 2022 05:28:19 +0000 (07:28 +0200)
buglink/buglink.php

index 973d08edc402a1a790f154c98cd8c2e75e03ca21..517c33e2c033cfa72c70627e7daeb9f2624fe034 100644 (file)
@@ -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 .= '<div id="buglink_wrapper" style="position: fixed; bottom: 5px; left: 5px;"><a href="https://github.com/friendica/friendica/issues" target="_blank" rel="noopener noreferrer" title="' . DI::l10n()->t('Report Bug') . '"><img src="addon/buglink/bug-x.gif" alt="' . DI::l10n()->t('Report Bug') . '" /></a></div>';
 }