Changeset 1642

Show
Ignore:
Timestamp:
02/22/08 19:18:22 (3 months ago)
Author:
pdcawley
Message:

Rolled back a theme optimization that wasn't

Files:

Legend:

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

    r1637 r1642  
    3939      FileUtils.ln("#{dst}.#{$$}", dst) rescue nil 
    4040      FileUtils.rm("#{dst}.#{$$}", :force => true) 
    41       redirect_to(:ts => Time.now.to_i) 
    42     else 
    43       send_file(src, :type => mime, :disposition => 'inline', :stream => true) 
    44     end 
     41    end  
     42    send_file(src, :type => mime, :disposition => 'inline', :stream => true) 
    4543  end 
    4644