Error: Line 310 "Assigning the return value of new by reference is deprecated"
-
FYI
This plugin “PS Disable Auto Formatting” was using deprecated code. I changed line 310 in ps_disable_auto_formatting.php from:$ps_disable_auto_formatting = &new ps_disable_auto_formatting();
to:
$ps_disable_auto_formatting = new ps_disable_auto_formatting();
Removing the ampersand fixed a few issues for me.
https://www.ads-software.com/plugins/ps-disable-auto-formatting/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Error: Line 310 "Assigning the return value of new by reference is deprecated"’ is closed to new replies.