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
1 changed files with 2 additions and 0 deletions

View File

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