Fixed synchronize collections in node

Former-commit-id: d48015ff7c41298fa87cbb5cf1f298beac501719
This commit is contained in:
Daniel Maya 2019-02-28 13:02:59 +01:00
parent a8a9a9d620
commit cefaccb651
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ if (isset($config['homedir_filemanager'])) {
}
$sec2 = get_parameter('sec2');
if ($sec2 == 'enterprise/godmode/agentes/collections') {
if ($sec2 == 'enterprise/godmode/agentes/collections' || $sec2 == 'advanced/collections') {
$homedir_filemanager .= '/attachment/collection/';
}