fix(indieblog) revert to last working state
This commit is contained in:
parent
ec3e88ddf9
commit
f5402ded20
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user