Guest User

Untitled

a guest
Sep 23rd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. diff --git a/misc/plugin/estraier-register.rb b/misc/plugin/estraier-register.rb
  2. index 907048c..32c8bd3 100755
  3. --- a/misc/plugin/estraier-register.rb
  4. +++ b/misc/plugin/estraier-register.rb
  5. @@ -109,7 +109,7 @@ module ::TDiary
  6. @plugin = ::TDiary::Plugin::new(
  7. 'conf' => @conf,
  8. 'cgi' => @cgi,
  9. - 'cache_path' => cache_path,
  10. + 'cache_path' => @io.cache_path,
  11. 'diaries' => @diaries
  12. )
  13. def @plugin.apply_plugin_alt( str, remove_tag = false )
Add Comment
Please, Sign In to add comment