*** empty log message ***
This commit is contained in:
parent
7b3a7bcb57
commit
4c8cca35b0
14 changed files with 69 additions and 75 deletions
|
@ -143,7 +143,7 @@ class uiPlaylist
|
|||
foreach ($elemIds as $elemId) {
|
||||
$r = $this->Base->gb->addAudioClipToPlaylist($this->token, $elemId, $this->Base->sessid);
|
||||
if (PEAR::isError($r)) {
|
||||
if (UI_VERBOSE) print_r($r);
|
||||
#print_r($r);
|
||||
$this->Base->_retMsg('Error on add item to Playlist');
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue