1
0
mirror of https://github.com/Kopano-dev/kopano-ol-extension.git synced 2023-10-10 13:37:40 +02:00

Comment update

This commit is contained in:
Patrick Simpson 2017-11-08 11:44:11 +02:00
parent d585da1c97
commit 05d6d715a0

View File

@ -156,8 +156,8 @@ namespace Acacia
foreach (Feature feature in Features)
feature.AfterStartup();
// Initial send receive
ThisAddIn.Instance.SendReceive();
// [KOE-148] Initial send receive
Instance.SendReceive();
}
catch (System.Exception e)
{