Merge branch 'master' into develop

This commit is contained in:
Barış Soner Uşaklı
2023-06-14 12:17:30 -04:00
5 changed files with 54 additions and 15 deletions

View File

@@ -383,7 +383,7 @@ define('forum/topic', [
}
function setupQuickReply() {
if (config.enableQuickReply || config.theme.enableQuickReply) {
if (config.enableQuickReply || (config.theme && config.theme.enableQuickReply)) {
quickreply.init();
}
}