Fix missing part from commit aa36f75032

This commit is contained in:
Hadi Nategh 2016-09-05 11:15:47 +02:00
parent bce4442adb
commit 92944de1f9

View File

@ -903,6 +903,7 @@ class filemanager_ui
$row['class'] .= 'noEdit ';
}
$row['class'] .= 'isDir ';
$row['is_dir'] = 1;
}
$row['download_url'] = Vfs::download_url($path);
$row['gid'] = -abs($row['gid']); // gid are positive, but we use negagive account_id for groups internal