Closed kimbtech closed 4 years ago
When deleting the only task of a day it will not get synced. The task will remain in the sync.
The problem it the guessing of the filename done in, for empty arrays it will result in date('',NULL):
date('',NULL)
https://github.com/KIMB-technologies/TaskTimeTerminate/blob/1120c4c279e2519bc4efcc7b2a25a3a4d0fe00ef/core/sync/DirectoryStatsAccess.php#L66
When deleting the only task of a day it will not get synced. The task will remain in the sync.
The problem it the guessing of the filename done in, for empty arrays it will result in
date('',NULL)
:https://github.com/KIMB-technologies/TaskTimeTerminate/blob/1120c4c279e2519bc4efcc7b2a25a3a4d0fe00ef/core/sync/DirectoryStatsAccess.php#L66