1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-14 02:24:08 +02:00

Non-standard arg_separator.output value fix.

This commit is contained in:
Cameron
2018-05-04 17:57:43 -07:00
parent 745f9a7c61
commit ed36008286
8 changed files with 9 additions and 9 deletions

View File

@@ -4660,7 +4660,7 @@ class e_parser
$ytpref['cc_lang_pref'] = e_LAN; // switch captions with chosen user language.
}
$ytqry = http_build_query($ytpref);
$ytqry = http_build_query($ytpref, null, '&');
$defClass = (deftrue('BOOTSTRAP')) ? "embed-responsive embed-responsive-16by9" : "video-responsive"; // levacy backup.