*** plugin.rb 2011-11-30 07:52:06.313807191 +0100 --- oddb.org/src/plugin/plugin.rb 2011-11-30 07:50:21.277643243 +0100 *************** *** 6,12 **** require 'ostruct' #require 'util/session' require 'custom/lookandfeelbase' ! require 'ftools' module ODDB class Plugin --- 6,13 ---- require 'ostruct' #require 'util/session' require 'custom/lookandfeelbase' ! #require 'ftools' ! require 'fileutils' module ODDB class Plugin *************** *** 80,86 **** File.open(tmp, 'w') { |fh| fh.puts view.to_html(CGI.new('html4')) } ! File.mv(tmp, path) } @app.rss_updates[name] = [@month || @@today, model.size] @app.odba_isolated_store --- 81,88 ---- File.open(tmp, 'w') { |fh| fh.puts view.to_html(CGI.new('html4')) } ! #File.mv(tmp, path) ! FileUtils.mv(tmp, path) } @app.rss_updates[name] = [@month || @@today, model.size] @app.odba_isolated_store