Fix database error (wrong field name)

2022.09-rc
Michael 2020-08-17 19:59:16 +00:00
rodzic a7f8604d42
commit 2bf848ccfc
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -599,7 +599,7 @@ function networkThreadedView(App $a, $update, $parent)
if ($update) {
if (!empty($parent)) {
// Load only a single thread
$conditionFields['id'] = $parent;
$conditionFields['parent'] = $parent;
} elseif ($order === 'post') {
// Only load new toplevel posts
$conditionFields['unseen'] = true;