]> git.mxchange.org Git - friendica-addons.git/commitdiff
fixing c&p error
authortobiasd <tobias.diekershoff@gmx.net>
Fri, 11 Nov 2011 07:46:57 +0000 (08:46 +0100)
committertobiasd <tobias.diekershoff@gmx.net>
Fri, 11 Nov 2011 07:46:57 +0000 (08:46 +0100)
buglink/buglink.php

index 8091f2f6da3d76998f78f7b365a822c5db2f7e1f..768fab12e505960b95831d868c68967dc619482f 100644 (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');
 }