Fix bug where new entries were not added when using tagdb admin UI

This commit is contained in:
Ai Lin Chia
2016-03-08 12:54:46 +01:00
parent 2b4bdb1680
commit 505ba5dc36

@ -1945,6 +1945,7 @@ bool sendReply2 ( void *state ) {
// skip dups
if ( ctag && ctag->m_type == TT_DUP ) {
--count;
continue;
}