OSDN Git Service

BugTrack-wiki/333
authortakezoe <takezoe@users.osdn.me>
Sat, 2 Oct 2010 01:40:51 +0000 (01:40 +0000)
committertakezoe <takezoe@users.osdn.me>
Sat, 2 Oct 2010 01:40:51 +0000 (01:40 +0000)
lib/Wiki/DefaultStorage.pm

index f241717..1692378 100644 (file)
@@ -170,6 +170,7 @@ sub save_page {
        
        rename($tmpfile, $wikifile);
        Util::file_unlock($wikifile);
+       delete $self->{exists_cache}->{":$page"}; # page_exists() ¤Î¥­¥ã¥Ã¥·¥å¤ò¥¯¥ê¥¢¡£
        
        return 1;
 }