Explorar el Código

Fix path to SimpleWebRTC - refs #8063

Angel Fernando Quiroz Campos hace 9 años
padre
commit
ac3ddd9da0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();