mirror of
https://github.com/discourse/discourse.git
synced 2025-03-15 02:45:24 +08:00
BUGFIX: dupe topic names could booby trap seeding
This commit is contained in:
parent
84e608079b
commit
7460e5ed24
@ -16,7 +16,8 @@ unless Rails.env.test?
|
||||
raw: I18n.t('vip_category_description'),
|
||||
title: I18n.t('category.topic_prefix', category: lounge.name),
|
||||
category: lounge.name,
|
||||
archetype: Archetype.default
|
||||
archetype: Archetype.default,
|
||||
skip_validations: true
|
||||
)
|
||||
post = creator.create
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user