Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
menu system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2008 at 02:24 UTC
Updated:
20 Jan 2008 at 16:52 UTC
Jump to comment: Most recent file
Comments
Comment #1
pwolanin commentedok - this works, and simplifies the logic of the code a little, since t() doesn't care if we pass an empty array as the second argument.
Comment #2
chx commentedI do not like this solution. You call a lot of serialize totally unnecessary. I would rather make that empty succeed by storing empty string for empty title arguments which is the majority of the cases.
Comment #3
pwolanin commentedLooks good - as chx points out, unserialize is expensive.
Comment #4
pwolanin commentedquick test - works as desired.
Comment #5
gábor hojtsyThanks, committed.
Comment #6
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.