modified : Video cannot be added to playlist if rating is not allowed bug fixed
This commit is contained in:
parent
8f6d6a0f67
commit
0a85e215d3
1 changed files with 2 additions and 0 deletions
|
@ -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'])) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue