Fixed #481 note 675

This commit is contained in:
tomas 2005-01-20 13:03:34 +00:00
parent 8f8020683b
commit ab1ed0a009
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
Author : $Author: tomas $
Version : $Revision: 1.10 $
Version : $Revision: 1.11 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/xmlrpc/XR_LocStor.php,v $
------------------------------------------------------------------------------*/
@ -1217,7 +1217,7 @@ class XR_LocStor extends LocStor{
: XML_RPC_encode($res['playlistResults'])
),
));
return $xv;
return new XML_RPC_Response($xv);
}
/* ---------------------------------------------- methods for preferences */