CMS MADE SIMPLE FORGE

Multilanguage CMS

 

[#8318] No language flags displayed as if $langs|@count is replaced by if $ls|@count in template

avatar
Created By: Eric Pesser (heriquet)
Date Submitted: Tue Aug 28 17:46:11 -0400 2012

Assigned To:
Version: 1.11.3
CMSMS Version: 1.11.1
Severity: Minor
Resolution: Fixed
State: Closed
Summary:
No language flags displayed as if $langs|@count is replaced by if $ls|@count in template
Detailed Description:
Hi,

I installed a brand new 1.11.1 version of CMSMS coupled with your great MleCMS
and I noticed that nothing was displayed.

After looking inside the code and debuging, I found that the $langs variable was
wel formatted and filled, but the Flags template begin with "if $ls|@count" in
place of "if $langs|@count".

Then, no correct variable is used.

After replacing this :

{if $ls|@count}
    {foreach from=$ls item=l name=language}

by this :

{if $langs|@count}
    {foreach from=$langs item=l name=language}

Everything went true.

Thanks for your work.

Eric


History

Comments
avatar
Date: 2012-12-08 16:41
Posted By: Zdeno Kuzmany (xxl)

Fixed in SVN.

Sorry, my stupid fail :( 

You bombard me with bug reports  more, please:)
      
Updates

Updated: 2012-12-08 16:41
resolution_id: => 7
state: Open => Closed