run first getUsersItemShared() with the owner
This commit is contained in:
parent
60e219da43
commit
2221aa9ca4
|
@ -34,7 +34,7 @@ class Shared_Updater {
|
||||||
$info = \OC\Files\Filesystem::getFileInfo($target);
|
$info = \OC\Files\Filesystem::getFileInfo($target);
|
||||||
$checkedUser = array($uidOwner);
|
$checkedUser = array($uidOwner);
|
||||||
// Correct Shared folders of other users shared with
|
// Correct Shared folders of other users shared with
|
||||||
$users = \OCP\Share::getUsersItemShared('file', $info['fileid'], $currentOwner, true);
|
$users = \OCP\Share::getUsersItemShared('file', $info['fileid'], $uidOwner, true);
|
||||||
if (!empty($users)) {
|
if (!empty($users)) {
|
||||||
while (!empty($users)) {
|
while (!empty($users)) {
|
||||||
$reshareUsers = array();
|
$reshareUsers = array();
|
||||||
|
|
Loading…
Reference in New Issue