modified : Video cannot be added to playlist if rating is not allowed bug fixed

This commit is contained in:
Awais-cb 2017-04-26 19:33:52 +05:00
parent 8f6d6a0f67
commit 0a85e215d3

View file

@ -2275,7 +2275,9 @@
function show_playlist_form($array) { function show_playlist_form($array) {
global $cbvid; global $cbvid;
assign('params',$array); assign('params',$array);
assign('type',$array['type']);
// decides to show all or user only playlists // decides to show all or user only playlists
// depending on the parameters passed to it // depending on the parameters passed to it
if (!empty($array['user'])) { if (!empty($array['user'])) {