wrong function name

This commit is contained in:
Tobias Diekershoff 2013-05-12 21:23:04 +02:00
parent eac098a1c4
commit 360ab11efb
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View 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');
}