Looking a bit further into this issue...
The RenderMenuItem method uses the GetTab method from DotNetNuke.Entities.Tabs class passing only the itemID as a parameter. Looks like that GetTab method is depricated and now uses the itemID along with the portalID and an ignoreCache boolen.
Any chance of updating the source to pass the additional parameters? |