Closed (fixed)
Project:
Timeline
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Oct 2009 at 12:15 UTC
Updated:
22 Oct 2009 at 12:30 UTC
Beta4 gives a "Warning: Call-time pass-by-reference has been deprecated;" on my server.
Line 195, of timeine.module has one:
drupal_alter('timeline_theme_array', &$timeline_themes);
And line 328 of views_views_plugin_style_timeline.inc has one:
drupal_alter('timeline_data', &$timeline->data);
I've removed both of the & signs.
Comments
Comment #1
xamanu commentedYou are so right. Fixed with commit #272256. Thanks for reporting.