mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 12:43:40 +00:00
fixing c&p error
This commit is contained in:
parent
9d42d6a7aa
commit
dc6cf970c8
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ function buglink_install() {
|
||||||
register_hook('page_end', 'addon/buglink/buglink.php', 'buglink_active');
|
register_hook('page_end', 'addon/buglink/buglink.php', 'buglink_active');
|
||||||
}
|
}
|
||||||
|
|
||||||
function piwik_uninstall() {
|
function buglink_uninstall() {
|
||||||
unregister_hook('page_end', 'addon/buglink/buglink.php', 'buglink_active');
|
unregister_hook('page_end', 'addon/buglink/buglink.php', 'buglink_active');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue