mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 19:06:15 -04:00
proper prefix
This commit is contained in:
parent
55900b4c23
commit
f2abbdb5d8
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ exports.getPadRaw = async function(padId) {
|
|||
hooks.aCallAll('exportEtherpadAdditionalContent').then((prefixes) => {
|
||||
prefixes.forEach(async function(prefix) {
|
||||
let pluginContent = await db.get(prefix + ":" + padId);
|
||||
data[prefix] = pluginContent;
|
||||
data[prefix + ":" + padId] = pluginContent;
|
||||
});
|
||||
})
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue