fixing c&p error

This commit is contained in:
Tobias Diekershoff 2011-11-11 08:46:57 +01:00
parent 9d42d6a7aa
commit dc6cf970c8
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}