~ubuntu-branches/ubuntu/wily/tdiary/wily

« back to all changes in this revision

Viewing changes to plugin/90migrate.rb

  • Committer: Package Import Robot
  • Author(s): Hideki Yamane
  • Date: 2013-05-19 16:14:01 UTC
  • mfrom: (12.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130519161401-hf5oyr8g8a94fsew
Tags: 3.2.2-2
Upload to unstable 

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
        Dir["#{dir}/*.parser"].each{|f| FileUtils.rm_f( f )}
99
99
 
100
100
        # redirect to top page
101
 
        raise ::TDiary::ForceRedirect, @conf.base_url
 
101
        raise ::TDiary::ForceRedirect, base_url
102
102
end
103
103
 
104
104
# Local Variables: