[Hiki-cvs 1526] [1075] use @request instead of @cgi

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 9月 10日 (木) 23:02:57 JST


Revision: 1075
          http://sourceforge.jp/projects/hiki/svn/view?view=rev&revision=1075
Author:   okkez
Date:     2009-09-10 23:02:57 +0900 (Thu, 10 Sep 2009)

Log Message:
-----------
use @request instead of @cgi

Modified Paths:
--------------
    hiki/branches/rack/misc/plugin/note.rb

Modified: hiki/branches/rack/misc/plugin/note.rb
===================================================================
--- hiki/branches/rack/misc/plugin/note.rb	2009-09-10 14:02:54 UTC (rev 1074)
+++ hiki/branches/rack/misc/plugin/note.rb	2009-09-10 14:02:57 UTC (rev 1075)
@@ -25,7 +25,7 @@
 
 def saveconf_note
   if @mode == 'saveconf' then
-    @conf['note.template'] =****@cgi*****['note.template']
+    @conf['note.template'] =****@reque*****['note.template']
   end
 end
 




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