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

dboulet’s picture

Status: Active » Fixed

Since this module has been rewritten since this issue was created, I'm going to assume that the bug is fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.