Needs work
Project:
Entity reference
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2016 at 18:34 UTC
Updated:
16 Aug 2017 at 16:57 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
howards commentedI was getting this same error too. Simple patch attached which worked for me.
Comment #3
socialnicheguru commentedHad to run drush registry-rebuild but it seemed to work
Comment #4
minoroffense commentedAdded PHP5.6 test to see if warnings are resolved or not.
Comment #5
donquixote commentedPlease be careful with this! It seems that Views itself has changed this code over time.
http://cgit.drupalcode.org/views/log/plugins/views_plugin_row.inc
http://cgit.drupalcode.org/views/commit/plugins/views_plugin_row.inc?id=...
http://cgit.drupalcode.org/views/commit/plugins/views_plugin_row.inc?id=...
It looks like the latest version in Views is without the "&".
This would mean that all you need to make this go away is update Views.