forgot to add this

master
joey 2006-07-30 01:38:50 +00:00
parent ab75c0323b
commit 7bb447675f
1 changed files with 2 additions and 0 deletions

View File

@ -395,6 +395,8 @@ sub loadindex () { #{{{
} #}}}
sub saveindex () { #{{{
run_hooks(savestate => sub { shift->() });
if (! -d $config{wikistatedir}) {
mkdir($config{wikistatedir});
}