X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=IkiWiki%2FPlugin%2Fcalendar.pm;h=ce0719404888a0bb43a59b99912a6cb2aad278dc;hb=e4cd168ebedd95585290c97ff42234344bfed46c;hp=fe4b16072131eea5571a86d75c65a7a117bb3efc;hpb=ef003f48f4a3fe8fb67fda62c70a299b07d75976;p=ikiwiki.git diff --git a/IkiWiki/Plugin/calendar.pm b/IkiWiki/Plugin/calendar.pm index fe4b16072..ce0719404 100644 --- a/IkiWiki/Plugin/calendar.pm +++ b/IkiWiki/Plugin/calendar.pm @@ -211,8 +211,8 @@ EOF # matching the pagespec are added or removed. add_depends($params{page}, $params{pages}); # Explicitly add all currently linked pages as dependencies, so - # that if they are removed, the calendar will be sure to be updated. - add_depends($params{page}, join(" or ", @list)); + # that if they are removed, the calendar will be sure to be updated. + add_depends($params{page}, \@list); return $calendar; }