]> git.mxchange.org Git - friendica-addons.git/commitdiff
wrong function name
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 12 May 2013 19:23:04 +0000 (21:23 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 12 May 2013 19:23:04 +0000 (21:23 +0200)
webrtc.tgz
webrtc/webrtc.php

index 26aba9d180c1da8dc2732f71686dbef7bacb8a68..078aee1032366b6abc5d92c3f20b3bd010dcceed 100644 (file)
Binary files a/webrtc.tgz and b/webrtc.tgz differ
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');
 
 }