mirror of
https://github.com/nextcloud/server.git
synced 2026-06-06 15:23:17 -04:00
Merge pull request #45201 from nextcloud/backport/45088/stable28
[stable28] fix(User\Manager): Avoid future collisions with updater/audit logs
This commit is contained in:
commit
46db517ff4
1 changed files with 2 additions and 0 deletions
|
|
@ -768,6 +768,8 @@ class Manager extends PublicEmitter implements IUserManager {
|
|||
'.ocdata',
|
||||
'owncloud.log',
|
||||
'nextcloud.log',
|
||||
'updater.log',
|
||||
'audit.log',
|
||||
$appdata], true)) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue