Implementations of hook_services_request_preprocess_alter and hook_services_request_postprocess_alter can't currently modify either the arguments being passed to a method or the return value. The attached patch fixes this.
| Comment | File | Size | Author |
|---|---|---|---|
| services-alter-by-reference.patch | 1.03 KB | cotto |
Comments
Comment #1
marcingy commentedThis is not the normal drupal approach to these things, I am not comfortable with the approach being used here at all.
Comment #2
marcingy commentedAh I see it is a d6 hack
Comment #3
marcingy commentedCommitted thanks.