BugFix missing $item on 'file_target' Line 1911

I think this should be right!
remotes/origin/fix-10825
libasys 11 years ago
parent 687cd7fe83
commit e70a7af6da
  1. 2
      lib/private/share/share.php

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

Loading…
Cancel
Save