Changeset 4810


Ignore:
Timestamp:
02/22/12 16:51:18 (3 months ago)
Author:
mattlevine
Message:

Merge branch 'master' of github.com:blueriver/MuraCMS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/requirements/mura/plugin/pluginManager.cfc

    r4800 r4810  
    148148</cfif> 
    149149</cfquery> 
    150  
    151150 
    152151<cfquery name="variables.rsScripts" dbtype="query"> 
     
    16311630        and moduleID=<cfqueryparam cfsqltype="cf_sql_varchar" value="#arguments.moduleID#"> 
    16321631        </cfif> 
    1633         order by pluginID 
     1632        order by loadPriority 
    16341633        </cfquery> 
    16351634<cfreturn rs/> 
Note: See TracChangeset for help on using the changeset viewer.