WebRTC #120

Merged
tobiasd merged 11 commits from webrtc into master 2013-05-14 18:58:57 +02:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 360ab11efb - Show all commits

wrong function name

Tobias Diekershoff 2013-05-12 21:23:04 +02:00

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