From fb64f5e456becb32f1cd76d84f7a219ae45c759f Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Wed, 26 May 2021 19:55:50 +0200 Subject: [PATCH] fixed: reply winix function (from thread plugin) didn't add a reply - system->Add() didn't set the model_connector to the item --- winixd/core/system.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/winixd/core/system.cpp b/winixd/core/system.cpp index aeb1abd..5a2a88e 100644 --- a/winixd/core/system.cpp +++ b/winixd/core/system.cpp @@ -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 )