Needs review
Project:
Webform Views Submitted Data
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2013 at 15:39 UTC
Updated:
16 Apr 2015 at 08:40 UTC
Jump to comment: Most recent, Most recent file
I
Comments
Comment #1
iuk2 commentedsorry forgot to attach the error
Comment #1.0
iuk2 commentederror image added
Comment #1.1
iuk2 commented2
Comment #2
gedur commentedThe bug is visible on PHP 5.3+ Call-time pass-by-reference.
This sould be this way: without &
Call-time pass-by-reference is deprecated and in this script is not necessary a complex change because the parent already receives the params by reference.
Attaching a patch to fix this.
Please review!
Comment #3
munyivaThanks this worked for me.