1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 05:09:42 +02:00

Fix org reset during restore

This commit is contained in:
Harvey Kandola 2022-10-31 18:32:46 -04:00
parent aa8b473018
commit 0d28b7ee79

View file

@ -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()