Closed (fixed)
Project:
Node access node reference
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2011 at 21:03 UTC
Updated:
25 Mar 2011 at 02:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
mjoyce commentedThe patch attached fixes it. I hope I did the git stuff correctly.
Comment #2
danielb commentedI think all we'd really need is to initialise the $ops variable to array() before the foreach loop. Implode can take empty arrays, but it cannot take arrays that don't exist!
I've made that change in the git repository and am confident it will be enough to remove the PHP notices in future releases.