mirror of
https://github.com/nextcloud/server.git
synced 2026-02-11 23:04:22 -05:00
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> |
||
|---|---|---|
| .. | ||
| composer | ||
| l10n | ||
| private | ||
| public | ||
| unstable | ||
| autoloader.php | ||
| base.php | ||
| versioncheck.php | ||