Fix bug in removing entries by ID (wrong ID column name)
This commit is contained in:
@@ -78,7 +78,7 @@ final class NodaPersinstFulltextSyncManticore {
|
||||
public static function removeById(MDMysqli $mysqli_manticore, string $databasename, int $id):void {
|
||||
|
||||
$mysqli_manticore->do_update_query_large("DELETE FROM `" . $databasename . "_persinst`
|
||||
WHERE `persinst_id` = " . $id);
|
||||
WHERE `entry_id` = " . $id);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user