Closed (fixed)
Project:
Event log
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2013 at 03:53 UTC
Updated:
5 May 2014 at 08:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
porchlight commentedDiscovered a similar error in the event_log_user.module when I visited user/logout. Found a fix that applies to both this issue in event_log_node.module and a similar error in the event_log_user.module. Also removed arg() functions which makes things a little cleaner.
Comment #2
porchlight commentedRemoving extra closing parenthesis.
Comment #3
star-szrPatch looks like a great improvement, using menu_get_object() is much cleaner here.
I tested with 7.x-1.1 and was able to reproduce the notices on the user and node views:
Node:

User:

With the patch applied there are no notices.
Comment #4
bvanmeurs commentedThanks guys. Committed to dev, 7.x-1.2 update coming out today.