Re-added EventDistributor call to DBTasks.updateFeed()

This commit is contained in:
daniel oeh 2014-05-17 21:47:46 +02:00
parent 7365fc3d5d
commit 4a5077b803

View File

@ -718,6 +718,8 @@ public final class DBTasks {
e.printStackTrace();
}
EventDistributor.getInstance().sendFeedUpdateBroadcast();
return resultFeeds;
}