Closed (fixed)
Project:
Drupal core
Version:
5.x-dev
Component:
node.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jan 2008 at 15:39 UTC
Updated:
25 Feb 2008 at 07:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
aeronox commentedI realise this isn't really an API thing - it's a node module issue. But there's no project for Node.
I found the simple answer:
node.module line 2214
$item[$type->type] = $out;
to
$item[$type->name] = $out;
.. lucky I spotted it because I was about to give up on all the array & object sorting stuff.
Comment #2
ax commentedthe "project for Node" is Drupal ...
Comment #3
traxer commentedConfirmed. Patch implements solution from aeronox. Drupal 6 is not affected.
Comment #4
drummCommitted to 5.x.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.