diff options
Diffstat (limited to 'conflictcheck_thread.c')
-rw-r--r-- | conflictcheck_thread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conflictcheck_thread.c b/conflictcheck_thread.c index 466e031..d5c9cdb 100644 --- a/conflictcheck_thread.c +++ b/conflictcheck_thread.c @@ -132,8 +132,8 @@ void cConflictCheckThread::Action(void) cMailConflictNotifier mailNotifier; mailNotifier.SendConflictNotifications(conflictCheck); } - } - + conflictCheck.EvaluateConflCheckCmd(); + } // store for external access cConflictCheckThread::m_cacheNextConflict = conflictCheck.nextRelevantConflictDate; cConflictCheckThread::m_cacheRelevantConflicts = conflictCheck.relevantConflicts; |