mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 05:23:41 +00:00
wrong function name
This commit is contained in:
parent
eac098a1c4
commit
360ab11efb
2 changed files with 1 additions and 1 deletions
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');
|
||||
}
|
||||
|
||||
function web_uninstall() {
|
||||
function webrtc_uninstall() {
|
||||
unregister_hook('app_menu', 'addon/webrtc/webrtc.php', 'webrtc_app_menu');
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue