fix metrics

This commit is contained in:
Athou
2013-07-24 15:53:21 +02:00
parent 645164997d
commit dab9f53743
2 changed files with 2 additions and 12 deletions

View File

@@ -71,6 +71,7 @@ public class FeedUpdateService {
users.add(user);
}
feedEntryDAO.saveOrUpdate(entry);
metricsBean.entryInserted();
cache.invalidateUserData(users.toArray(new User[0]));
}
}