forked from friendica/friendica-addons
wrong function name
This commit is contained in:
parent
eac098a1c4
commit
360ab11efb
BIN
webrtc.tgz
BIN
webrtc.tgz
Binary file not shown.
|
@ -11,7 +11,7 @@ function webrtc_install() {
|
||||||
register_hook('app_menu', 'addon/webrtc/webrtc.php', 'webrtc_app_menu');
|
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');
|
unregister_hook('app_menu', 'addon/webrtc/webrtc.php', 'webrtc_app_menu');
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue