Hi I'm getting this error. Please see the warning. Thanks
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/user/example.com/sites/all/modules/helpinject/helpinject.module on line 288
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of helpinject_injection_form_treewalker(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/user/example.com/sites/all/modules/helpinject/helpinject.module on line 300
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | helpinject.reference.patch | 1.06 KB | Anonymous (not verified) |
Comments
Comment #1
Anonymous (not verified) commentedPresent in CVS - the attached patch should fix this issue.
Comment #2
robertdouglass commentedThanks. Fixed.