update etags for user we haven't checked yet
This commit is contained in:
parent
6ae761d946
commit
60e219da43
|
@ -39,7 +39,7 @@ class Shared_Updater {
|
|||
while (!empty($users)) {
|
||||
$reshareUsers = array();
|
||||
foreach ($users as $user) {
|
||||
if ( in_array($user, $checkedUser) ) {
|
||||
if ( !in_array($user, $checkedUser) ) {
|
||||
$etag = \OC\Files\Filesystem::getETag('');
|
||||
\OCP\Config::setUserValue($user, 'files_sharing', 'etag', $etag);
|
||||
// Look for reshares
|
||||
|
|
Loading…
Reference in New Issue