Changeset 2494

Show
Ignore:
Timestamp:
10/03/08 14:33:31 (3 months ago)
Author:
dsanders
Message:

propertyList should have been am.propertyList

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/otis/config/AuthenticatedSessionResponse.fmt

    r2475 r2494  
    1919                <#if am.propertyList??> 
    2020                <otis:PropertyList> 
    21                         <#list propertyList as property> 
     21                        <#list am.propertyList as property> 
    2222                        <@out_property p=property/> 
    2323                        </#list>