*** empty log message ***

This commit is contained in:
sebastian 2005-03-08 18:24:52 +00:00
parent 00e69db61a
commit 7aa0181773
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ class uiPlaylist
{
$r = $this->Base->gb->addAudioClipToPlaylist($this->token, $id, $this->Base->sessid);
if (PEAR::isError($r)) {
print_r($r);
$this->Base->_retMsg('Cannot add Item to Playlist');
return FALSE;
}