Skip to content

Commit

Permalink
Fix org reset during restore
Browse files Browse the repository at this point in the history
  • Loading branch information
HarveyKandola committed Oct 31, 2022
1 parent aa8b473 commit 0d28b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domain/backup/restore.go
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ func (r *restoreHandler) dmzOrg() (err error) {
c_title=:title,
c_serial=:serial,
c_sub=:subscription,
c_locale=:locale,
c_locale=:locale
WHERE c_refid=:refid`, &org[0])
if err != nil {
r.Context.Transaction.Rollback()
Expand Down

0 comments on commit 0d28b7e

Please sign in to comment.