mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 10:23:28 +01:00
Fix missing part from commit aa36f75032
This commit is contained in:
parent
bce4442adb
commit
92944de1f9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user