Start groups as index 1
Signed-off-by: Markus Birth <markus@birth-online.de>
This commit is contained in:
@ -1768,7 +1768,7 @@ function serendipity_printArchives() {
|
||||
if (array_key_exists($grouptime, $group)) {
|
||||
$group[$grouptime]++;
|
||||
} else {
|
||||
$group[$grouptime] = 0;
|
||||
$group[$grouptime] = 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user