Cleanup after review

This commit is contained in:
str4d
2016-07-13 03:08:37 +00:00
parent d8b5710a42
commit dd1eed5aa7
7 changed files with 13 additions and 6 deletions

View File

@@ -181,6 +181,7 @@ public class BlogControllerImpl extends DbControllerImpl
try {
Blog b = blogManager.getBlog(data.getGroupId());
blogManager.removeBlog(b);
resultHandler.onResult(true);
} catch (DbException e) {
if (LOG.isLoggable(WARNING))
LOG.log(WARNING, e.toString(), e);