fix(indieblog) revert to last working state

This commit is contained in:
SansGuidon 2025-03-02 20:03:02 +00:00
parent ec3e88ddf9
commit f5402ded20

View File

@ -133,12 +133,6 @@ $channel->addChild('language', 'en');
$newEntries = []; $newEntries = [];
foreach ($groupedByDay as $day => $items) { foreach ($groupedByDay as $day => $items) {
if (time() - strtotime($day) < (2 * 24 * 60 * 60)) {
continue;
}
if (time() - strtotime($day) > (3 * 24 * 60 * 60)) {
continue;
}
if (count($items) < 10) { if (count($items) < 10) {
continue; continue;
} }