This commit is contained in:
parent
0b9915648c
commit
d8d971e542
1 changed files with 1 additions and 1 deletions
|
@ -2268,7 +2268,7 @@
|
|||
// depending on the parameters passed to it
|
||||
if (!empty($array['user'])) {
|
||||
$playlists = $cbvid->action->get_playlists($array);
|
||||
} else {
|
||||
} elseif (userid()) {
|
||||
$playlists = $cbvid->action->get_playlists();
|
||||
}
|
||||
assign('playlists',$playlists);
|
||||
|
|
Loading…
Add table
Reference in a new issue