Home » Web Services » Services_Delicious » Bug #9634
foreach error on empty array
Details
| Submitted | 2006-12-16 00:58 UTC |
|---|---|
| From | officeman at freenet dot de |
| Assigned | ttsuruoka |
| Status | Closed |
| Package | Services_Delicious |
| PHP Version | Irrelevant |
| OS | all |
| Roadmaps | (Not assigned) |
Comments
[2006-12-16 00:58 UTC] officeman at freenet dot de
Description:
------------
when a user has no bookmarks and you want to return the most recent bookmarks an foreach error occurs.
Test script:
---------------
$service = &new Services_Delicious($this->myUser, $this->myPassword);
$posts = $service->getRecentPosts();
Expected result:
----------------
$posts should be filled with recent bookmark posts
Actual result:
--------------
an php error in Delicious.php