Closed (fixed)
Project:
Timeline
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2007 at 17:54 UTC
Updated:
12 Nov 2007 at 22:41 UTC
I found a tiny mistake link definition in timeline_link function.
Something like that.
//$links['timeline'] = l(t('timeline'), 'timeline/events', array('title' => t('Timeline view')));
$links['timeline'] = array(
'title' => t('Timeline view'),
'href' => 'timeline/events'
);
Thank you for this module ... ;)
Comments
Comment #1
jmiccolis commentedI'm not sure I follow what you are trying to say, the current code looks correct to me. If you can post a patch it would be helpful.
Thanks.
Comment #2
pathscollide commentedIf I'm not mistaken, it's related to this:
http://drupal.org/node/64279#handling-of-links
Comment #3
jmiccolis commentedThanks to both of you for pointing this out. It is now fixed in cvs.
Comment #4
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.