Closed (fixed)
Project:
ExactTarget API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2012 at 19:04 UTC
Updated:
20 Dec 2012 at 23:40 UTC
module_invoke_all doesn't pass by reference which produces issues for modules implementing hook_exact_target_api_curl_alter().
Comments
Comment #1
nonsieAnd fixed in DEV. Instead of module_invoke_all() there's now a foreach loop which calls the implementations directly.