Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Consentsuffix auf ' ' initialisiert
Browse files Browse the repository at this point in the history
  • Loading branch information
skerbis authored Oct 14, 2022
1 parent e8b96c1 commit f13958e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/rex_plyr.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f13958e

Please sign in to comment.