Merge branch 'patch-23' into 'dev'

Update exception

See merge request morningstar/Arcturus-Community!195
This commit is contained in:
Mike 2020-06-01 09:30:08 -04:00
commit c69e48d20f

View File

@ -73,7 +73,7 @@ public class ForumThread implements Runnable, ISerialize {
try { try {
this.lastComment = ForumThreadComment.getById(set.getInt("last_comment_id")); this.lastComment = ForumThreadComment.getById(set.getInt("last_comment_id"));
} catch (Exception e) { } catch (SQLException e)) {
} }
this.comments = new THashMap<>(); this.comments = new THashMap<>();