fixed: reply winix function (from thread plugin) didn't add a reply - system->Add() didn't set the model_connector to the item

This commit is contained in:
Tomasz Sowa 2021-05-26 19:55:50 +02:00
parent 61fe6ea219
commit fb64f5e456
1 changed files with 1 additions and 0 deletions

View File

@ -1041,6 +1041,7 @@ bool System::AddFile(Item & item, int notify_code, bool call_plugins)
//Error status = db->AddItem(item);
item.set_connector(model_connector);
bool status = item.insert();
if( status )