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.

CommentFileSizeAuthor
links_related.module_0.patch717 bytesdrewish

Comments

syscrusher’s picture

Assigned: Unassigned » syscrusher
Status: Needs review » Reviewed & tested by the community

Blech! 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

syscrusher’s picture

Status: Reviewed & tested by the community » Fixed

Committed.

Anonymous’s picture

Status: Fixed » Closed (fixed)