mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
for Revision: 3066935579
This commit is contained in:
@ -137,7 +137,7 @@ TaskQueueDataConvert.prototype = {
|
||||
fs.writeFileSync(fsPath, xml, {encoding: 'utf8'});
|
||||
let hiddenXml;
|
||||
if (undefined !== this.password) {
|
||||
hiddenXml += '<TaskQueueDataConvert>';
|
||||
hiddenXml = '<TaskQueueDataConvert>';
|
||||
hiddenXml += this.serializeXmlProp('m_sPassword', this.password);
|
||||
hiddenXml += '</TaskQueueDataConvert>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user