Skip to content

Commit

Permalink
fix for archive topic
Browse files Browse the repository at this point in the history
  • Loading branch information
codingPF committed Feb 24, 2024
1 parent 0751f40 commit 2e58fbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ private String buildTopic(String title, String topic, String archiveTopic) {
newTopic = newTopic.replace("AD | ", "");
}
if (newTopic.equalsIgnoreCase("archiv")) {
newTopic = newTopic.replace("History | ", "");
newTopic = archiveTopic.replace("History | ", "");
}
return newTopic;
}
Expand Down

0 comments on commit 2e58fbf

Please sign in to comment.