mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Merge pull request #29562 from nextcloud/backport/28466/stable22
This commit is contained in:
commit
677cc1c333
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ class VerifyUserData extends Job {
|
|||
if (empty($this->lookupServerUrl) ||
|
||||
$this->config->getAppValue('files_sharing', 'lookupServerUploadEnabled', 'yes') !== 'yes' ||
|
||||
$this->config->getSystemValue('has_internet_connection', true) === false) {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
$user = $this->userManager->get($argument['uid']);
|
||||
|
|
|
|||
Loading…
Reference in a new issue