1
0

Start groups as index 1

Signed-off-by: Markus Birth <markus@birth-online.de>
This commit is contained in:
2025-06-14 18:04:39 +01:00
parent cb2c3ce5e2
commit 4ba79c9900

View File

@ -1768,7 +1768,7 @@ function serendipity_printArchives() {
if (array_key_exists($grouptime, $group)) {
$group[$grouptime]++;
} else {
$group[$grouptime] = 0;
$group[$grouptime] = 1;
}
}
}