Browse Source

Fix path to SimpleWebRTC - refs #8063

Angel Fernando Quiroz Campos 9 years ago
parent
commit
ac3ddd9da0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/inc/lib/javascript/chat/video.php

+ 1 - 1
main/inc/lib/javascript/chat/video.php

@@ -34,7 +34,7 @@ if ($isSender) {
 $idUserLocal = api_get_user_id();
 $userLocal = api_get_user_info($idUserLocal, true);
 $htmlHeadXtra[] = '<script type="text/javascript" src="'
-    . api_get_path(WEB_PATH) . 'web/assets/simplewebrtc/latest.js'
+    . api_get_path(WEB_PATH) . 'web/assets/SimpleWebRTC/latest.js'
     . '"></script>' . "\n";
 
 $template = new Template();