As I see it, in the d6-Version line 271 of opentok.module
should be changed to this:
270 if ($json_js_path = libraries_get_path('json-js')) {
271 drupal_add_js($json_js_path . '/json2.js');
272 }
Thanks, Matthias
As I see it, in the d6-Version line 271 of opentok.module
should be changed to this:
270 if ($json_js_path = libraries_get_path('json-js')) {
271 drupal_add_js($json_js_path . '/json2.js');
272 }
Thanks, Matthias
Comments
Comment #1
JMTorres commentedFixed in 6.x-1.0-alpha5