Changeset 1642
- Timestamp:
- 02/22/08 19:18:22 (3 months ago)
- Files:
-
- trunk/app/controllers/theme_controller.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/app/controllers/theme_controller.rb
r1637 r1642 39 39 FileUtils.ln("#{dst}.#{$$}", dst) rescue nil 40 40 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) 45 43 end 46 44
