MoveToArchive: fix DocSettings:updateLocation() call (#11103)

Closes #11101.
pull/11088/merge
hius07 6 months ago committed by GitHub
parent da8e23c011
commit ed46dca886
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -106,7 +106,7 @@ function MoveToArchive:onMoveToArchive(do_copy)
require("readhistory"):updateItemByPath(document_full_path, dest_file) -- (will update "lastfile" if needed)
require("readcollection"):updateItemByPath(document_full_path, dest_file)
end
DocSettings:updateLocation(document_full_path, dest_file, do_copy)
DocSettings.updateLocation(document_full_path, dest_file, do_copy)
UIManager:show(ConfirmBox:new{
text = text,
ok_callback = function()

Loading…
Cancel
Save