Re-added EventDistributor call to DBTasks.updateFeed()
This commit is contained in:
parent
7365fc3d5d
commit
4a5077b803
|
@ -718,6 +718,8 @@ public final class DBTasks {
|
|||
e.printStackTrace();
|
||||
}
|
||||
|
||||
EventDistributor.getInstance().sendFeedUpdateBroadcast();
|
||||
|
||||
return resultFeeds;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue