projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bf444a
)
fix var name
author
Joey Hess
<joey@kitenet.net>
Mon, 21 Mar 2011 20:40:11 +0000
(16:40 -0400)
committer
Joey Hess
<joey@kitenet.net>
Mon, 21 Mar 2011 20:40:11 +0000
(16:40 -0400)
IkiWiki/Plugin/aggregate.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/aggregate.pm
b/IkiWiki/Plugin/aggregate.pm
index 0ffe5d72a233e2193ccd03b2afab7ca23d9114b9..e00116759cf2a6ccfa0ca1c42094a4cbe4e90fa4 100644
(file)
--- a/
IkiWiki/Plugin/aggregate.pm
+++ b/
IkiWiki/Plugin/aggregate.pm
@@
-70,8
+70,8
@@
sub checkconfig () {
if (! defined $config{aggregateinternal}) {
$config{aggregateinternal}=1;
}
- if (! defined $config{cookie
s
}) {
- $config{cookie
s
}={ file => "$ENV{HOME}/.ikiwiki/cookies" };
+ if (! defined $config{cookie
jar
}) {
+ $config{cookie
jar
}={ file => "$ENV{HOME}/.ikiwiki/cookies" };
}
# This is done here rather than in a refresh hook because it