aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/aggregate.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-09-27 12:50:39 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-09-27 12:50:39 -0400
commitf181962dfc24c67f7db840abd3b6a3ca06e39b1b (patch)
tree6f017aa6f1b13b3224491476a152628f359eff27 /IkiWiki/Plugin/aggregate.pm
parentc84c7d6ea7517a7c78c487d604f5a4db4693a446 (diff)
downloadikiwiki-f181962dfc24c67f7db840abd3b6a3ca06e39b1b.tar
ikiwiki-f181962dfc24c67f7db840abd3b6a3ca06e39b1b.tar.gz
typo
Diffstat (limited to 'IkiWiki/Plugin/aggregate.pm')
-rw-r--r--IkiWiki/Plugin/aggregate.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/aggregate.pm b/IkiWiki/Plugin/aggregate.pm
index 07c557bcd..8044f1ed4 100644
--- a/IkiWiki/Plugin/aggregate.pm
+++ b/IkiWiki/Plugin/aggregate.pm
@@ -424,7 +424,7 @@ sub expire () { #{{{
grep { exists $_->{page} && $_->{feed} eq $feed->{name} }
values %guids) {
if ($feed->{expireage}) {
- my $days_old = (time - ($IkiWiki::pagectime{$item->{page}} || 0) / 60 / 60 / 24;
+ my $days_old = (time - ($IkiWiki::pagectime{$item->{page}} || 0)) / 60 / 60 / 24;
if ($days_old > $feed->{expireage}) {
debug(sprintf(gettext("expiring %s (%s days old)"),
$item->{page}, int($days_old)));