Changeset 2581


Ignore:
Timestamp:
07/27/10 15:10:00 (19 months ago)
Author:
mattlevine
Message:
  1. Changing the newDirectory attribute when renaming plugin directories.
File:
1 edited

Legend:

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

    r2485 r2581  
    626626        <cfif directory neq pluginConfig.getDirectory()> 
    627627                 
    628                 <cfset variables.fileWriter.renameDir(directory = "#variables.configBean.getPluginDir()#/#pluginConfig.getDirectory()#", newDirectory = "#variables.configBean.getPluginDir()#/#directory#")> 
     628                <cfset variables.fileWriter.renameDir(directory = "#variables.configBean.getPluginDir()#/#pluginConfig.getDirectory()#", newDirectory = "#directory#")> 
    629629         
    630630                <cfquery datasource="#variables.configBean.getDatasource()#" username="#variables.configBean.getDBUsername()#" password="#variables.configBean.getDBPassword()#"> 
Note: See TracChangeset for help on using the changeset viewer.