fix var name

master
Joey Hess 2011-03-21 16:40:11 -04:00
parent 6bf444af97
commit 5c8fb38623
1 changed files with 2 additions and 2 deletions

View File

@ -70,8 +70,8 @@ sub checkconfig () {
if (! defined $config{aggregateinternal}) {
$config{aggregateinternal}=1;
}
if (! defined $config{cookies}) {
$config{cookies}={ file => "$ENV{HOME}/.ikiwiki/cookies" };
if (! defined $config{cookiejar}) {
$config{cookiejar}={ file => "$ENV{HOME}/.ikiwiki/cookies" };
}
# This is done here rather than in a refresh hook because it