BugFix missing $item on 'file_target' Line 1911

I think this should be right!
This commit is contained in:
libasys 2014-07-08 10:51:05 +02:00
parent 687cd7fe83
commit e70a7af6da

View file

@ -1908,7 +1908,7 @@ class Share extends \OC\Share\Constants {
} else if (!isset($statuses[$item[$column]])) {
$statuses[$item[$column]]['link'] = false;
}
if ('file_target') {
if ($item['file_target']) {
$statuses[$item[$column]]['path'] = $item['path'];
}
}