mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Dont call SiteSetting.uncategorized_category_id
twice
This commit is contained in:
parent
5876b6c71b
commit
895d801669
1 changed files with 0 additions and 2 deletions
|
@ -77,8 +77,6 @@ Spork.prefork do
|
||||||
|
|
||||||
config.before(:all) do
|
config.before(:all) do
|
||||||
DiscoursePluginRegistry.clear
|
DiscoursePluginRegistry.clear
|
||||||
uncat_id = SiteSetting.uncategorized_category_id
|
|
||||||
|
|
||||||
Discourse.current_user_provider = TestCurrentUserProvider
|
Discourse.current_user_provider = TestCurrentUserProvider
|
||||||
|
|
||||||
# a bit odd, but this setting is actually preloaded
|
# a bit odd, but this setting is actually preloaded
|
||||||
|
|
Loading…
Reference in a new issue