Full warning:
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of _links_related_prep_view(). 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. However, future versions may not support this any longer. in drupal/modules/links/links_related.module on line 548
Attached is a one character fix that prevents the warning.
| Comment | File | Size | Author |
|---|---|---|---|
| links_related.module_0.patch | 717 bytes | drewish |
Comments
Comment #1
syscrusher commentedBlech! That's just plain a BUG, on my part! What was I thinking?! More coffee. More coffee...
Good catch, drewish...I'm committing this change to CVS today.
Thanks.
Scott
Comment #2
syscrusher commentedCommitted.
Comment #3
(not verified) commented