Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
0ba95412d4
@ -253,12 +253,11 @@ class PluginMDMModule extends Module
|
||||
|
||||
$folderType = $this->getSyncFolderType($type, $name);
|
||||
|
||||
if (!isset($synchedFolderTypes[$folderType])) {
|
||||
$synchedFolderTypes[$folderType] = 0;
|
||||
}
|
||||
if (isset($contentData[$folderid][self::FOLDERUUID])) {
|
||||
$synchedFolderTypes[$folderType]++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
foreach ($synchedFolderTypes as $key => $value) {
|
||||
$synchronizedData = $synchronizedData . $key;
|
||||
|
Loading…
Reference in New Issue
Block a user