Closed (fixed)
Project:
Panels
Version:
5.x-2.0-beta2
Component:
Plugins - content types
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2008 at 11:45 UTC
Updated:
20 Feb 2008 at 17:32 UTC
It seems like the urls for a node title isnt correct when its formatted.
It takes the positive value from $conf['link'] so all the links are set to 1
this should do the trick in node_content.inc line 76
if (!empty($conf['link']) && $node) {
$block->title_link = "node/$node->nid";
}
Comments
Comment #1
mortendk commentedComment #2
merlinofchaos commentedCommitted! Thanks for the catch!
Comment #3
mortendk commentedhmm in beta 2 theres a slight typo ... $nide
$block->title_link = "node/$nide->nid";
should be
$block->title_link = "node/$node->nid";
cheers
Comment #4
kdebaas commentedComment #5
kdebaas commentedFixed in 5.x-2.0-dev
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.