Page 1 of 1

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

Posted: Sun Aug 17, 2014 5:41 pm
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'}

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

Posted: Mon Aug 18, 2014 6:39 pm
by Rolf
It worked for me, but changed it anyway for consistency reasons. So fixed in SVN. Thanks