From f13958e51917182c8d0e2e5700b2e14962f87599 Mon Sep 17 00:00:00 2001 From: Thomas Skerbis Date: Fri, 14 Oct 2022 15:49:55 +0200 Subject: [PATCH] Consentsuffix auf ' ' initialisiert fixes: https://github.com/FriendsOfREDAXO/plyr/issues --- lib/rex_plyr.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/rex_plyr.php b/lib/rex_plyr.php index 47343f8..4b5ac9b 100644 --- a/lib/rex_plyr.php +++ b/lib/rex_plyr.php @@ -169,7 +169,8 @@ public static function outputMedia($url, $setup = null, $poster = null, $consent { $player = new rex_plyr(); $link = $player->checkUrl($url); - $consent_suffix = $consent_content = ''; + $consent_content = ''; + $consent_suffix = ' '; $out = $nopreload = ''; if ($consent) {