diff --git a/src/node/db/Pad.js b/src/node/db/Pad.js index 158bfafb5..3fe1dda2f 100644 --- a/src/node/db/Pad.js +++ b/src/node/db/Pad.js @@ -93,6 +93,7 @@ Pad.prototype.appendRevision = function appendRevision(aChangeset, author) { } if (newRev % 100 == 0) { + newRevData.meta.pool = this.pool; newRevData.meta.atext = this.atext; }