logic fix
parent
5023f2301d
commit
e78c25d1b2
|
@ -38,7 +38,7 @@ sub needsbuild (@) { #{{{
|
||||||
my $needsbuild=shift;
|
my $needsbuild=shift;
|
||||||
foreach my $page (keys %pagestate) {
|
foreach my $page (keys %pagestate) {
|
||||||
if (exists $pagestate{$page}{calendar}{nextchange}) {
|
if (exists $pagestate{$page}{calendar}{nextchange}) {
|
||||||
if ($pagestate{$page}{calendar}{nextchange} >= $time) {
|
if ($pagestate{$page}{calendar}{nextchange} <= $time) {
|
||||||
# force a rebuild so the calendar shows
|
# force a rebuild so the calendar shows
|
||||||
# the current day
|
# the current day
|
||||||
push @$needsbuild, $pagesources{$page};
|
push @$needsbuild, $pagesources{$page};
|
||||||
|
|
Loading…
Reference in New Issue