mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 03:16:16 -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) => {
|
hooks.aCallAll('exportEtherpadAdditionalContent').then((prefixes) => {
|
||||||
prefixes.forEach(async function(prefix) {
|
prefixes.forEach(async function(prefix) {
|
||||||
let pluginContent = await db.get(prefix + ":" + padId);
|
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