Closed (fixed)
Project:
Link Image Field
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2011 at 20:16 UTC
Updated:
3 Apr 2012 at 00:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
jody lynnI had to additionally remove one more ampersand in a function declaration to get this to work on php 5.3. This patch has both fixes.
Comment #2
mattcasey commentedThanks for this!
Comment #3
pfrenssenThis was already fixed, but the code was mistakenly committed to the
masterbranch instead of the6.x-1.xbranch. See commit 86e43f83d7.The second ampersand removal that is proposed in comment #1 is covered in #759492: Widget does not show up.