mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 13:11:09 +00:00
Ops, wrong type
This commit is contained in:
parent
a2760cb1d1
commit
af994b4818
1 changed files with 1 additions and 1 deletions
|
@ -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>';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue