Closed (fixed)
Project:
Localization update
Version:
7.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2011 at 15:13 UTC
Updated:
13 Aug 2014 at 11:33 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mariogalan commentedYes, that link it's definitely created by l10n_client, if you disable the module, the link just disappears.
Comment #2
mariogalan commentedComment #3
SimonLitt commentedI also have this issue at 7.x-1.1.
The are following row at menu_links table in the database:
Comment #4
SebCorbin commented@SimonLitt : did you install 7.x-1.1 directly or upgraded from previous versions?
Comment #5
SebCorbin commentedwoops
Comment #6
SimonLitt commented@SebCorbin : I directly install 1.1 version without any update.
Comment #7
SebCorbin commentedI really cannot reproduce this bug :-/
Could you try on a fresh environment and describe precisely the steps?
Comment #8
daften commentedI have the same issue.
I've found out why. For some reason when you first enable the l10n_update module, and then the l10n_client module, it occurs. Trying to further figure out why now :)
Comment #9
daften commentedSo it's the menu_alter hook in l10n_update that inserts an entry in the menu_links table. I think it could be fixed by adding an "exists" check to the menu_alter hook for l10n_update.
Comment #10
daften commentedMoving to l10n_update
Comment #11
daften commentedComment #12
sutharsan commentedI think this is what you need.
@xpound, @daften, Can anyone update the issue summary now that the problem is more clear?
Comment #13
sutharsan commentedNo response :(
Patch committed in both 7.x-1.x and 7.x-2.x.
Comment #15
daften commentedThat fix was perfect.
Sorry for the non-response, gmail's new inbox structure made me miss this for follow-up.
Thanks very much for your quick response and the fix though!