pull/9947/head
Michael Vogel 2021-02-21 08:52:42 +01:00
rodzic 10f7280bbc
commit 5b9239b341
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -454,7 +454,7 @@ class Post
$affected_count += DBA::affectedRows();
}
DBA::close($posts);
$affected = $affected_count;
$affected = $affected_count;
}
$update_fields = DBStructure::getFieldsForTable('post-content', $fields);
@ -544,7 +544,7 @@ class Post
Logger::notice('Updating post-thread-user failed', ['fields' => $update_fields, 'condition' => $condition]);
return false;
}
$affected_count += DBA::affectedRows();
$affected_count += DBA::affectedRows();
}
$affected = max($affected, $affected_count);
}