mirror of
https://github.com/discourse/discourse.git
synced 2025-09-08 12:06:51 +08:00
rename site setting to
This commit is contained in:
parent
62f98993cd
commit
50273ba815
23 changed files with 27 additions and 27 deletions
|
@ -71,7 +71,7 @@ WHERE table_schema='public' and (data_type like 'char%' or data_type like 'text%
|
|||
puts '', 'The filename argument was missing.', ''
|
||||
usage
|
||||
rescue Import::ImportDisabledError
|
||||
puts '', 'Imports are not allowed.', 'An admin needs to set allow_import to true in the site settings before imports can be run.', ''
|
||||
puts '', 'Imports are not allowed.', 'An admin needs to set allow_restore to true in the site settings before imports can be run.', ''
|
||||
puts 'Import cancelled.', ''
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue