Hi,

 Attached diff for tb-send.rb in 2.2.1-1, it works on my box.
 Could you check it, please? 

 Thanks.


-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/iijmio-mail.jp
 http://wiki.debian.org/HidekiYamane
--- tdiary-2.2.1/misc/plugin/tb-send.rb	2007-01-18 22:50:19.000000000 +0900
+++ ./tb-send.rb	2010-03-03 21:28:54.000000000 +0900
@@ -5,8 +5,8 @@
 #
 
 add_edit_proc do |date|
-	url = @cgi.params['plugin_tb_url'][0] || ''
-	excerpt = @cgi.params['plugin_tb_excerpt'][0] || ''
+	url = @conf.to_native( @cgi.params['plugin_tb_url'][0] || '' )
+	excerpt = @conf.to_native( @cgi.params['plugin_tb_excerpt'][0] || '' )
 	section = @cgi.params['plugin_tb_section'][0] || ''
 	select_sections = ''
 	unless @conf['tb.no_section'] then

Attachment: pgpgIt6qxE59G.pgp
Description: PGP signature

Reply via email to