[fixed] Missing title in help box in import XML module.

Forum rules
Only administrators can post or move items here.
Post Reply
User avatar
jissey
Forum Members
Forum Members
Posts: 61
Joined: Sun Jul 18, 2010 12:17 pm
Location: South of France

[fixed] Missing title in help box in import XML module.

Post by jissey »

Hi,
there is an error in modules\ModuleManager\templates\admin_installed.tpl file at line 39 :

Code: Select all

       {cms_help title=$mod->Lang('title_mm_importxml') key='help_mm_importxml'}
should be

Code: Select all

       {cms_help title=$ModuleManager->Lang('title_mm_importxml') key='help_mm_importxml'}
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: Missing title in help box in import XML module.

Post by Rolf »

It worked for me, but changed it anyway for consistency reasons. So fixed in SVN. Thanks
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
Post Reply

Return to “Closed Issues”