mirror of
https://github.com/discourse/discourse.git
synced 2025-02-22 01:12:11 +08:00
Fix typo.
This commit is contained in:
parent
b87c5eb1b6
commit
a4deb0e47d
@ -260,7 +260,7 @@ module BackupRestore
|
|||||||
status = @success ? :backup_succeeded : :backup_failed
|
status = @success ? :backup_succeeded : :backup_failed
|
||||||
|
|
||||||
SystemMessage.create_from_system_user(@user, status,
|
SystemMessage.create_from_system_user(@user, status,
|
||||||
logs: Discouse::Utils.pretty_logs(@logs)
|
logs: Discourse::Utils.pretty_logs(@logs)
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user