[Hiki-cvs 1504] [1051] using Rack

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 9月 6日 (日) 17:38:36 JST


Revision: 1051
          http://sourceforge.jp/projects/hiki/svn/view?view=rev&revision=1051
Author:   okkez
Date:     2009-09-06 17:38:36 +0900 (Sun, 06 Sep 2009)

Log Message:
-----------
using Rack

Modified Paths:
--------------
    hiki/branches/rack/plugin/50word_filter.rb

Modified: hiki/branches/rack/plugin/50word_filter.rb
===================================================================
--- hiki/branches/rack/plugin/50word_filter.rb	2009-09-05 07:08:09 UTC (rev 1050)
+++ hiki/branches/rack/plugin/50word_filter.rb	2009-09-06 08:38:36 UTC (rev 1051)
@@ -7,8 +7,8 @@
   key_words = "#{pre}.words"
 
   if****@cgi*****_method=="POST" and @mode=="saveconf"
-    @conf[key_use] =****@cgi*****[key_use][0]
-    @conf[key_words] =****@cgi*****[key_words][0]
+    @conf[key_use] =****@cgi*****[key_use]
+    @conf[key_words] =****@cgi*****[key_words]
   end
   old = @conf[key_words]
   @conf[key_words] ||= ""




Hiki-cvs メーリングリストの案内
Back to archive index