Fix build APIs / Session

This commit is contained in:
Romain Neutron
2011-12-30 10:28:50 +01:00
parent d6de10324d
commit f7698e0f24
5 changed files with 24 additions and 22 deletions

View File

@@ -1116,7 +1116,7 @@ class API_V1_adapter extends API_V1_Abstract
{
$ret = array(
'created_on' => $basket->getCreated()->format(DATE_ATOM)
, 'description' => $basket->getDescription()
, 'description' => (string) $basket->getDescription()
, 'name' => $basket->getName()
, 'pusher_usr_id' => $basket->getPusherId()
, 'ssel_id' => $basket->getId()