Explorar el Código

Merge pull request #45200 from nextcloud/backport/45088/stable27

[stable27] fix(User\Manager): Avoid future collisions with updater/audit logs
tags/v27.1.10rc1
Joas Schilling hace 1 mes
padre
commit
9f7d57494b
No account linked to committer's email address
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      lib/private/User/Manager.php

+ 2
- 0
lib/private/User/Manager.php Ver fichero

@@ -744,6 +744,8 @@ class Manager extends PublicEmitter implements IUserManager {
'.ocdata',
'owncloud.log',
'nextcloud.log',
'updater.log',
'audit.log',
$appdata], true)) {
return false;
}

Cargando…
Cancelar
Guardar