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');
|
||||
}
|
||||
|
||||
function piwik_uninstall() {
|
||||
function buglink_uninstall() {
|
||||
unregister_hook('page_end', 'addon/buglink/buglink.php', 'buglink_active');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue