X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=buglink%2Fbuglink.php;h=6404307f56ce0dee082f692b52bda44e37d99fee;hb=ccbcd2ab169c50141aaeed1bd1fb00c6f2dddf69;hp=9cd35ccdf2d5fda2719ab388d70fd672c8056f27;hpb=ab8ebad38535487ee9869bcb2cbd85463a0182e9;p=friendica-addons.git diff --git a/buglink/buglink.php b/buglink/buglink.php index 9cd35ccd..6404307f 100755 --- a/buglink/buglink.php +++ b/buglink/buglink.php @@ -12,4 +12,4 @@ function buglink_install() { register_hook('page_end', 'addon/buglink/buglink.ph function buglink_uninstall() { unregister_hook('page_end', 'addon/buglink/buglink.php', 'buglink_active'); } -function buglink_active(&$a,&$b) { $b .= '
' . t('Report Bug') . '
'; } +function buglink_active(&$a,&$b) { $b .= '
' . t('Report Bug') . '
'; }