svnno****@sourc*****
svnno****@sourc*****
2009年 9月 8日 (火) 23:17:24 JST
Revision: 1056 http://sourceforge.jp/projects/hiki/svn/view?view=rev&revision=1056 Author: okkez Date: 2009-09-08 23:17:24 +0900 (Tue, 08 Sep 2009) Log Message: ----------- return Hiki::Response when access new page Modified Paths: -------------- hiki/branches/rack/hiki/command.rb Modified: hiki/branches/rack/hiki/command.rb =================================================================== --- hiki/branches/rack/hiki/command.rb 2009-09-08 13:32:45 UTC (rev 1055) +++ hiki/branches/rack/hiki/command.rb 2009-09-08 14:17:24 UTC (rev 1056) @@ -177,8 +177,7 @@ def cmd_view unles****@db*****?( @p ) @cmd = 'create' - cmd_create( @conf.msg_page_not_exist ) - return + return cmd_create( @conf.msg_page_not_exist ) end tokens =****@db*****_cache( @p )