Changeset 1626

Show
Ignore:
Timestamp:
01/22/08 09:02:11 (4 months ago)
Author:
pdcawley
Message:

Fixed the dst in theme_controller

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/app/controllers/theme_controller.rb

    r1588 r1626  
    3434 
    3535    if perform_caching 
    36       dst = "/#{page_cache_directory}/#{type}/theme/#{file}" 
     36      dst = "#{page_cache_directory}/#{type}/theme/#{file}" 
    3737      FileUtils.makedirs(File.dirname(dst)) 
    3838      FileUtils.cp(src, "#{dst}.#{$$}")