Closed (fixed)
Project:
MySite
Version:
5.x-2.16
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2008 at 16:14 UTC
Updated:
22 Feb 2008 at 01:11 UTC
Line 3373 of mysite.module, change $link = t('content'); to $link = 'content';
I have no idea why $link to be used in the url is being sent to the translation function. I initially thought mysite was incompatible with my installation as I could not add any content. I only realised this problem when I switched my language back to english and it worked.
Comments
Comment #1
atuyo60 commentedOk, I just found out that was not the only translated link text, I am still having a problem with the links... anyone knows what are the other parts that should be changed to normal text?
Comment #2
agentrickardThis was an attempt to catch all the strings that were not wrapped in t(), and we goofed.
Also applies to line 3368:
$link = t('edit');should be$link = 'edit';Comment #3
atuyo60 commentedOh and I wonder why the links to add each category in the option page just shows every single item? The links make no sense at all if every single item is loaded on one page
Comment #4
agentrickardI do not understand what you mean.
You are talking about a separate issue, which should be opened as such. A screenshot would be helpful.
Comment #5
agentrickardComment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.