remove more v1 remnants

kudos @Ribas160
This commit is contained in:
El RIDO
2025-07-19 20:09:37 +02:00
parent 410cc909ce
commit c99e6895dd
4 changed files with 22 additions and 23 deletions
+1 -3
View File
@@ -229,9 +229,7 @@ class Filesystem extends AbstractData
// Store in array
$key = $this->getOpenSlot(
$comments,
(int) array_key_exists('created', $comment['meta']) ?
$comment['meta']['created'] : // v2 comments
$comment['meta']['postdate'] // v1 comments
$comment['meta']['created']
);
$comments[$key] = $comment;
}