Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Sep 18, 2024
1 parent 759b9a8 commit c6e34e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/video.php
Original file line number Diff line number Diff line change
Expand Up @@ -6602,7 +6602,7 @@ public static function getVideosListItem($videos_id, $divID = '', $style = '')
return str_replace($search, $replace, $templateContent);
}

public static function generatePlaylistButtons($videos_id, $buttonClass = 'btn btn-dark btn-xs', $style = 'background-color: #11111199;', $isVertical = true)
public static function generatePlaylistButtons($videos_id, $buttonClass = 'btn btn-dark btn-xs', $style = '', $isVertical = true)
{
if (empty($videos_id) || !User::isLogged()) {
return '';
Expand Down

0 comments on commit c6e34e6

Please sign in to comment.