X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=webrtc%2Fwebrtc.php;fp=webrtc%2Fwebrtc.php;h=bcf278a6c9613c85d2c6507696c330eb3d582f35;hb=360ab11efb3172dab04a80a62d63c15f766174ba;hp=ce2a1ad9bad8e3b1a1f1a9cc74c59d8db522c9fc;hpb=eac098a1c41cd36677845b2e7f717ae9b4834cac;p=friendica-addons.git 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'); }