Closed (fixed)
Project:
Localizer
Version:
5.x-1.11
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2008 at 22:23 UTC
Updated:
4 Jun 2009 at 21:40 UTC
After updating to version 1.11, I get this PHP warning :
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of localizer_formdisablecontrols(). 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/site.com/modules/localizer/modules/localizernode.module on line 149
Is it safe to just remove the ampersand from the first argument of the localizer_formdisablecontrols function on line 149 of localizernode.module?
Comments
Comment #1
dboulet commentedSince this module has been rewritten since this issue was created, I'm going to assume that the bug is fixed.