Closed (fixed)
Project:
RelatedContent
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2009 at 16:51 UTC
Updated:
10 Aug 2009 at 18:50 UTC
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 [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. However, future versions may not support this any longer. in /home/xcomkids/public_html/sites/all/modules/contributions/relatedcontent/relatedcontent.module on line 189
Solution:
change:
_relatedcontent_menu_relatedcontent(&$items);
to:
_relatedcontent_menu_relatedcontent($items);
Comments
Comment #1
kenorb commentedAny news?
Comment #2
peter-boeren commentedI suppose you mean 6.x.1.x-dev. This issue has been fixed in the latest dev. The commit happened on July 11, 2009. Thanks for the solution though, any feedback is welcome