mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix bug 62807
This commit is contained in:
@ -1026,6 +1026,8 @@ private:
|
||||
}
|
||||
|
||||
NSDirectory::DeleteDirectory(sPluginDir);
|
||||
// Delete native folder by name, bug #62807
|
||||
NSDirectory::DeleteDirectory(pPlugin->m_sDir);
|
||||
|
||||
// Remove from array
|
||||
for (size_t i = 0; i < m_arrInstalled.size(); i++)
|
||||
|
||||
Reference in New Issue
Block a user