Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jul 2, 2023
1 parent 130a72c commit 9f8a79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/PlayLists/embed.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
}

$playListData_videos_id = getPlayListDataVideosId();
echo "<!-- line=".__LINE__." count=".count($playListData)." playlist_index={$playlist_index} playListData_videos_id={$playListData_videos_id} -->".PHP_EOL;
echo "<!-- line=".__LINE__." count=".count($playListData)." playlist_index={$playlist_index} playListData_videos_id=".count($playListData_videos_id)." getPlayListIndex()=".getPlayListIndex()." -->".PHP_EOL;
if (empty($playListData)) {
forbiddenPage(__("The program is empty"));
}
Expand Down

0 comments on commit 9f8a79b

Please sign in to comment.