]> git.mxchange.org Git - friendica-addons.git/blobdiff - webrtc/webrtc.php
wrong function name
[friendica-addons.git] / webrtc / webrtc.php
index ce2a1ad9bad8e3b1a1f1a9cc74c59d8db522c9fc..bcf278a6c9613c85d2c6507696c330eb3d582f35 100644 (file)
@@ -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');
 
 }