mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
Merge branch 'patch-23' into 'dev'
Update exception See merge request morningstar/Arcturus-Community!195
This commit is contained in:
commit
c69e48d20f
@ -73,7 +73,7 @@ public class ForumThread implements Runnable, ISerialize {
|
||||
|
||||
try {
|
||||
this.lastComment = ForumThreadComment.getById(set.getInt("last_comment_id"));
|
||||
} catch (Exception e) {
|
||||
} catch (SQLException e)) {
|
||||
}
|
||||
|
||||
this.comments = new THashMap<>();
|
||||
|
Loading…
Reference in New Issue
Block a user