Changeset 2352

Show
Ignore:
Timestamp:
06/26/09 03:42:13 (13 months ago)
Author:
lmajano
Message:

access fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • coldbox/trunk/system/services/PluginService.cfc

    r2322 r2352  
    166166         
    167167        <!--- Get a new MD cache entry structure ---> 
    168         <cffunction name="getNewMDEntry" access="public" returntype="struct" hint="Get a new metadata entry structure" output="false" > 
     168        <cffunction name="getNewMDEntry" access="private" returntype="struct" hint="Get a new metadata entry structure" output="false" > 
    169169                <cfscript> 
    170170                        var mdEntry = structNew();