Changeset 2752


Ignore:
Timestamp:
09/02/10 22:20:16 (18 months ago)
Author:
mattlevine
Message:
  1. Fixing issue with recursing beyond one level in contentUtility.copy().
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2.1/www/requirements/mura/content/contentUtility.cfc

    r2751 r2752  
    793793                         
    794794                <cfloop query="rsKids"> 
    795                         <cfset copy(arguments.siteID, rsKids.contentID, newContentID, rsKids.hasKids, true, contentBean.getPath())> 
     795                        <cfset copy(arguments.siteID, rsKids.contentID, newContentID, rsKids.hasKids, false, contentBean.getPath())> 
    796796                </cfloop> 
    797797        </cfif> 
Note: See TracChangeset for help on using the changeset viewer.