From: Tobias Diekershoff Date: Sun, 12 May 2013 19:23:04 +0000 (+0200) Subject: wrong function name X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=360ab11efb3172dab04a80a62d63c15f766174ba;p=friendica-addons.git wrong function name --- diff --git a/webrtc.tgz b/webrtc.tgz index 26aba9d1..078aee10 100644 Binary files a/webrtc.tgz and b/webrtc.tgz differ diff --git a/webrtc/webrtc.php b/webrtc/webrtc.php index ce2a1ad9..bcf278a6 100644 --- a/webrtc/webrtc.php +++ b/webrtc/webrtc.php @@ -11,7 +11,7 @@ function webrtc_install() { register_hook('app_menu', 'addon/webrtc/webrtc.php', 'webrtc_app_menu'); } -function web_uninstall() { +function webrtc_uninstall() { unregister_hook('app_menu', 'addon/webrtc/webrtc.php', 'webrtc_app_menu'); }