Closed (fixed)
Project:
Event
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Feb 2013 at 10:32 UTC
Updated:
14 Mar 2015 at 00:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jackalope commentedThe attached patch fixes the problem for me; it's only an error that I started seeing when the server started running PHP 5.4.
Comment #2
cs_shadow commentedThe patch in #1 fixes the issue though it was not correctly formatted. Attaching a properly formatted version of #1.
Comment #3
pwolanin commentedThe $node object may be used earlier in the function for hook invocations, so it should be created higher up in the function I think.
Comment #4
pwolanin commentedI think this is a slightly better fix - solves the error message for me, and creates $node above where it may be used in a hook
Comment #5
killes@www.drop.org commentedcommitted the last patch, thanks.