aboutsummaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2025-02-03 12:53:46 +0100
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2025-02-26 13:25:16 +0000
commit854c3bcc6240ecc860382882164c66b07e1f660e (patch)
tree3fdfdf51936a991580bde5ad644ceca9801fd9e0 /lib/base.php
parent5498f99b119d984ffaa359f39cf68ccc411fd7dc (diff)
downloadnextcloud-server-backport/51050/stable30.tar.gz
nextcloud-server-backport/51050/stable30.zip
fix: Report duplicated extra files in integrity checkbackport/51050/stable30
The `array_diff` is not comparing the array keys. This means that an extra key with an expected hash will not be reported. Using `array_diff_assoc` will report such files. For example, copying `status.php` to `status 2.php`, will only be reported with the new version. Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'lib/base.php')
0 files changed, 0 insertions, 0 deletions