forked from Mirrors/privacore-open-source-search-engine
Fix bug where new entries were not added when using tagdb admin UI
This commit is contained in:
@ -1945,6 +1945,7 @@ bool sendReply2 ( void *state ) {
|
||||
|
||||
// skip dups
|
||||
if ( ctag && ctag->m_type == TT_DUP ) {
|
||||
--count;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user