mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
unset UserID after Update
This commit is contained in:
parent
71d33fa065
commit
cc67ae9dbb
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ if (version_compare($installedVersion, '0.3', '<')) {
|
|||
OC_Util::tearDownFS();
|
||||
}
|
||||
}
|
||||
OC_User::setUserId(null);
|
||||
if ($update_error) {
|
||||
OCP\Util::writeLog('files_sharing', 'There were some problems upgrading the sharing of files', OCP\Util::ERROR);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue