Merge pull request #9510 from libasys/patch-1

BugFix missing $item on 'file_target' Line 1911
remotes/origin/fix-10825
Thomas Müller 2014-07-09 07:58:37 +07:00
commit 63fdaacbfc
1 changed files with 1 additions and 1 deletions

@ -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'];
}
}