]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/calendar.pm
needsbuild hook interface changed; the hooks should now return the modified array...
[ikiwiki.git] / IkiWiki / Plugin / calendar.pm
index bb995d49956e27234e5bb9b621c2caa641b93d40..c7d2b7c01d8943f26e34e43231cc4ee26e0b6847 100644 (file)
@@ -491,6 +491,7 @@ sub needsbuild (@) {
                        }
                }
        }
+       return $needsbuild;
 }
 
 1