get rid of close button
This commit is contained in:
parent
991f56698b
commit
51d983c5f6
2 changed files with 2 additions and 5 deletions
|
@ -89,11 +89,9 @@ class uiPlaylist
|
|||
// store access token to ls_pref abd session
|
||||
// load PL into session
|
||||
if ($this->activeId) {
|
||||
if (UI_WARNING) {
|
||||
$this->Base->_retMsg('You already have an open playlist. Close it first.');
|
||||
}
|
||||
return FALSE;
|
||||
$this->release();
|
||||
}
|
||||
|
||||
$userid = $this->Base->gb->playlistIsAvailable($plid, $this->Base->sessid);
|
||||
if ($userid !== TRUE) {
|
||||
if (UI_WARNING) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue