Closed (fixed)
Project:
Content type overview
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2009 at 10:56 UTC
Updated:
25 Dec 2009 at 13:00 UTC
On the overview page, the URL to go to "Manage Fields" is wrong: should be /fields instead of /field.
Error is on row 165 of the .module file:
$links[] = l(t('Manage fields'), 'admin/content/node-type/'. $type->type .'/field');
should be
$links[] = l(t('Manage fields'), 'admin/content/node-type/'. $type->type .'/fields');
Comments
Comment #1
wulff commentedGood catch! Thanks. I'll include this in the next release of the module.