KIMB-technologies / TaskTimeTerminate

Tool to record timings for tasks and terminate work sessions — 📝⏰
GNU General Public License v3.0
2 stars 0 forks source link

Directory Sync #17

Closed kimbtech closed 4 years ago

kimbtech commented 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):

https://github.com/KIMB-technologies/TaskTimeTerminate/blob/1120c4c279e2519bc4efcc7b2a25a3a4d0fe00ef/core/sync/DirectoryStatsAccess.php#L66