diff --git a/server/modules/storage/git/storage.js b/server/modules/storage/git/storage.js index a28f133d..7f5c1e66 100644 --- a/server/modules/storage/git/storage.js +++ b/server/modules/storage/git/storage.js @@ -184,6 +184,7 @@ module.exports = { const contentPath = pageHelper.getPagePath(item.relPath) await WIKI.models.pages.deletePage({ + user: user, path: contentPath.path, locale: contentPath.locale, skipStorage: true