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:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user