Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Dec 20, 2023
1 parent b4ae84e commit 5f76810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/Live/view/modeYoutubeLive.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
$name = $u->getNameIdentificationBd();
$name = "<a href='" . User::getChannelLink($user_id) . "' class='btn btn-xs btn-default'>{$name} " . User::getEmailVerifiedIcon($user_id) . "</a>";

$liveTitle = Live::getTitleFromKey($livet['key'], $livet['title']);
$liveTitle = Live::getTitleFromKey($livet['key_with_index'], $livet['title']);
$liveDescription = $livet['description'];
$liveImg = User::getPhoto($user_id);
$liveUrl = Live::getLinkToLiveFromUsers_id($user_id);
Expand Down

0 comments on commit 5f76810

Please sign in to comment.