mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
.
This commit is contained in:
@ -395,7 +395,7 @@ public:
|
||||
size_t nCountNodes = oNodes.size();
|
||||
for (size_t nIndex = 0; nIndex < nCountNodes; ++nIndex)
|
||||
{
|
||||
XmlUtils::CXmlNode & oCurrentRecord = oNodesnIndex[];
|
||||
XmlUtils::CXmlNode & oCurrentRecord = oNodes[nIndex];
|
||||
|
||||
if (L"Default" == oCurrentRecord.GetName() && oCurrentRecord.GetAttributeA("Extension") == "sigs")
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user