Needs review
Project:
StreamSend Email Marketing
Version:
6.x-1.0-rc2
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
14 Sep 2011 at 16:11 UTC
Updated:
14 Sep 2011 at 16:11 UTC
streamsend.module line 480 needed to a paginated request in the query string with a page value. This issue is resolved an needs further review by the community and a commit.
@@ -480 +480 @@
function streamsend_api_get_list_memberships($ssid){
$memberships = array();
- $response = streamsend_api_call('/audiences/{audience_id}/people/'.$ssid.'/memberships');
+ $response = streamsend_api_call('/audiences/{audience_id}/people/'.$ssid.'/memberships?page=1');
| Comment | File | Size | Author |
|---|---|---|---|
| streamsend-patch.txt | 294 bytes | joshuautley |